DescriptionHave build_config targets depend only on other build_config targets
This works by having android target names follow a naming convention.
If a target name matches, then it is assumed to have a .build_config file.
gn gen will raise an error if it doesn't. Likewise, if a target name
does not match the filters, but does create a .build_config file, gn gen
will fail on an assert.
This change adds a bunch of naming-convention exceptions, which will
be addressed in subsequent commits.
Finally, why make this change? This allows all .build_config targets to be
generated in just a few seconds, which will allow fast generation of
build.gradle files for Android Studio integration.
BUG=620034
Committed: https://crrev.com/1029ca88161324eff7a62b1e2eecc84d5acf0f6c
Cr-Commit-Position: refs/heads/master@{#402934}
Patch Set 1 #Patch Set 2 : add cronet targets #Patch Set 3 : fix chromecast #
Messages
Total messages: 28 (13 generated)
|