Commit Graph

2 Commits

Author SHA1 Message Date
Wyatt Hepler
70a6210934 Generate the dir_* build args and lists of modules
- Generate dir_* module variables in modules.gni using the modules.py
  script. This consolidates the various lists of modules into a single
  PIGWEED_MODULES list. It also gives projects a way to include all
  Pigweed code without relying on its top-level BUILD.gn file.
- Generate pw_modules, pw_module_tests, and pw_module_docs lists that
  provide the targets for the top-level pw_modules and pw_modules_tests
  groups and for the docs:module_docs target.
- Display a warning in Pigweed's gn gen if any pw_* directories are
  missing from PIGWEED_MODULES.
- Move the logic for excluding tests under certain conditions into the
  modules.

Change-Id: Ied6f72315159af0d0da04505f8a91438e8b959e4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/77940
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2022-02-16 04:29:51 +00:00
Armando Montanez
fb3d3fba79 Don't declare pigweed variables as globals
Require targets to explicitly import pigweed variable definitions. This
moves out some necessary logic from the BUILDCONFIG.gn file.

Change-Id: If9c9fe5a680cc9d897a0e8a55889873be618ed84
2020-06-16 09:50:59 -07:00