Descriptiongn: Allow users to set 'check_includes' in action_foreach().
Otherwise if someone tries to set it now it will get something like:
$ gn gen --args='os="android" cpu_arch="arm"' out_gn_android/Debug
ERROR at //build/config/android/rules.gni:49:22: Assignment had no
effect.
check_includes = false
^----
You set the variable "check_includes" here and it was unused before it went out of scope.
See //content/test/BUILD.gn:237:5: whence it was called.
generate_jni("jni") {
^--------------------
BUG=367595, 376000
TEST=see above
R=brettw@chromium.org
Committed: https://crrev.com/a9bfa5b41ab2fc41a7fa40cc070df4919ccd1ae7
Cr-Commit-Position: refs/heads/master@{#314794}
Patch Set 1 #
Total comments: 3
Patch Set 2 : TargetGenerator #
Messages
Total messages: 11 (2 generated)
|