DescriptionRework how the gn migration targets are included from all.gyp.
This change splits out the targets being used to track the gn
migration from all.gyp into a separate, new file
(gn_migration.gypi), and reworks their structure to
1) better match the gn_all target in src/BUILD.gn,
2) identify the targets built by 'all' in gyp that
are not yet explicitly listed in the gn_all target
(the new 'add_to_gn_all' target),
3) identify the targets left to be converted.
The 'add_to_gn_all' targets will simply be moved to gn_all in
a follow-up CL.
Right now these targets will be linux-only, but follow-up CLs
will expand them to the other configurations.
This CL should produce no actual changes in the builds.
R=brettw@chromium.org
BUG=461019
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/91cb1747a84d80acc9fc5045c971986f1799e02b
Cr-Commit-Position: refs/heads/master@{#318599}
Patch Set 1 #
Total comments: 2
Patch Set 2 : merge to #318587 #
Total comments: 9
Messages
Total messages: 18 (6 generated)
|