Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Issue 936193004: add gn_all, gyp_all targets to build files, remove GN's //:root (Closed)

Created:
5 years, 10 months ago by Dirk Pranke
Modified:
5 years, 10 months ago
Reviewers:
brettw, gunsch
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

add gn_all, gyp_all targets to the build files, remove GN's //:root In order to be able to make sure we are building the same list of targets in both the GYP and GN builds, this patch adds new 'gn_all' and 'gyp_all' targets. Eventually, we should make sure that if one builds 'gn_all', then building 'gyp_all', 'All', or 'all' then has nothing to do. We're not there yet, but this is a start. The 'gn_all' target replaces the //:root target in the GN 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/ff30e3de333305ccdaa103aa7f9e46765da83e99 Cr-Commit-Position: refs/heads/master@{#317760}

Patch Set 1 #

Patch Set 2 : tweaks for android #

Patch Set 3 : make work on android also #

Patch Set 4 : update for mac #

Patch Set 5 : make work on win #

Patch Set 6 : update w/ further changes to match "root" #

Patch Set 7 : add targets on Android to get things to match up #

Patch Set 8 : update w/ missing targets on mac #

Total comments: 6

Patch Set 9 : merge to #317624 #

Patch Set 10 : fix gyp targets, remove //:root #

Patch Set 11 : merge to #317661 #

Patch Set 12 : move gyp_all, gn_all into OS!=iOS block in all.gyp #

Patch Set 13 : disable html_viewer_unittests, device_unittests, google_apis_unittests #

Patch Set 14 : merge to #317682, add codesighs and bitmaptools #

Patch Set 15 : merge to #317694, disable device and google_api unit tests in gn_all #

Patch Set 16 : fix aura_extras directory #

Patch Set 17 : fix aura_extra typo again #

Patch Set 18 : temporarily disable gn_all and gyp_all on Android #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+391 lines, -237 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +205 lines, -224 lines 0 comments Download
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +150 lines, -1 line 1 comment Download
M build/secondary/tools/grit/grit_rule.gni View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +6 lines, -7 lines 0 comments Download
M components/pdf/renderer/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libaddressinput/BUILD.gn View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M third_party/libexif/BUILD.gn View 1 2 3 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 51 (29 generated)
brettw
lgtm https://codereview.chromium.org/936193004/diff/140001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/936193004/diff/140001/BUILD.gn#newcode11 BUILD.gn:11: import("//build/config/features.gni") Sadness... oh well. We can optimize this ...
5 years, 10 months ago (2015-02-23 18:36:21 UTC) #2
Dirk Pranke
https://codereview.chromium.org/936193004/diff/140001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/936193004/diff/140001/BUILD.gn#newcode11 BUILD.gn:11: import("//build/config/features.gni") On 2015/02/23 18:36:21, brettw wrote: > Sadness... oh ...
5 years, 10 months ago (2015-02-23 19:17:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/160001
5 years, 10 months ago (2015-02-23 19:52:32 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja_ng/builds/13507)
5 years, 10 months ago (2015-02-23 20:11:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/160001
5 years, 10 months ago (2015-02-23 20:42:32 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/37240)
5 years, 10 months ago (2015-02-23 21:04:41 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/180001
5 years, 10 months ago (2015-02-23 21:59:47 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/61258)
5 years, 10 months ago (2015-02-23 22:05:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/200001
5 years, 10 months ago (2015-02-23 22:14:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/220001
5 years, 10 months ago (2015-02-23 22:39:38 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_rel_tests_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_rel_tests_recipe/builds/4914)
5 years, 10 months ago (2015-02-23 23:20:09 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/230001
5 years, 10 months ago (2015-02-23 23:31:57 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/250001
5 years, 10 months ago (2015-02-24 00:07:58 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_gn_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_gn_rel/builds/5009)
5 years, 10 months ago (2015-02-24 00:38:17 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/290001
5 years, 10 months ago (2015-02-24 00:47:27 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936193004/350001
5 years, 10 months ago (2015-02-24 05:38:25 UTC) #44
commit-bot: I haz the power
Committed patchset #18 (id:350001)
5 years, 10 months ago (2015-02-24 06:52:47 UTC) #45
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/ff30e3de333305ccdaa103aa7f9e46765da83e99 Cr-Commit-Position: refs/heads/master@{#317760}
5 years, 10 months ago (2015-02-24 06:53:38 UTC) #46
hiroshige
A revert of this CL (patchset #18 id:350001) has been created in https://codereview.chromium.org/944573003/ by hiroshige@chromium.org. ...
5 years, 10 months ago (2015-02-24 07:41:03 UTC) #47
hiroshige
The revert of this CL is landed and the revert CL (r317763) turned Mac bots ...
5 years, 10 months ago (2015-02-24 08:15:34 UTC) #48
gunsch
I know it's been reverted, but one comment on an Ozone dep that separately broke ...
5 years, 10 months ago (2015-02-24 08:24:27 UTC) #50
Dirk Pranke
5 years, 10 months ago (2015-02-24 15:48:05 UTC) #51
Message was sent while issue was closed.
On 2015/02/24 08:24:27, gunsch wrote:
> I know it's been reverted, but one comment on an Ozone dep that separately
broke
> a Chromecast trybot
> 
> https://codereview.chromium.org/936193004/diff/350001/build/all.gyp
> File build/all.gyp (right):
> 
> https://codereview.chromium.org/936193004/diff/350001/build/all.gyp#newcode596
> build/all.gyp:596: '../ui/ozone/demo.gyp:demo',
> This target doesn't exist?

@gunsch: thanks for pointing that out, I'll fix that along w/ the other aura
issue.

Powered by Google App Engine
This is Rietveld 408576698