DescriptionAdd //google_apis/* to 'gn check'.
This fixed the remaining erros found by 'gn check', so we can enable it
on all bots.
Checked with the following command lines:
Linux
$ gn gen out-gn
$ gn check out-gn //google_apis/*
$ Android
$ gn gen out-gn-android --args='target_os="android"'
$ gn check out-android //google_apis/*
$ ChromeOS
$ gn gen out-gn-chromeos --args='host_os="chromeos"'
$ gn check out-gn-chromeos //google_apis/*
BUG=None
TEST=see above
R=dpranke@chromium.org
TBR=rogerta@chromium.org,zea@chromium.org
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg
Committed: https://crrev.com/9ee68196b71914e0231a5e3a6ac02db2a4f1d059
Cr-Commit-Position: refs/heads/master@{#318645}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|