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

Issue 1258753002: Add yet more GN isolates ... (Closed)

Created:
5 years, 5 months ago by Dirk Pranke
Modified:
5 years, 4 months ago
Reviewers:
brettw, M-A Ruel
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, maxbogue+watch_chromium.org, qsr+mojo_chromium.org, zea+watch_chromium.org, Aaron Boodman, jdduke+watch_chromium.org, tdresser+watch_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, plaree+watch_chromium.org, feature-media-reviews_chromium.org, chromoting-reviews_chromium.org, pvalenzuela+watch_chromium.org, chromium-apps-reviews_chromium.org, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, maniscalco+watch_chromium.org, M-A Ruel
Base URL:
https://chromium.googlesource.com/chromium/src.git@isolates_4_2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add yet more GN isolates ... This should be almost everything left that is currently running on the Linux GN bot. - events_unittests - extensions_browsertests - extensions_unittests - gcm_unit_tests - gfx_unittests - gpu_unittests - jingle_unittests - media_unittests - mojo_common_unittests - mojo_public_bindings_unittests - mojo_public_environment_unittests - nacl_loader_unittests - net_unittests - printing_unittests - remoting_unittests - sql_unittests (isolate existed, just swarmed) - sync_integration_tests - sync_unit_tests - unit_tests There are still more test steps that need isolates that are not run on the GN bot, most notably browser_tests and interactive_ui_tests (which is partially done in this CL but doesn't quite work right). I'll get to those in upcoming CLs. R=brettw@chromium.org BUG=504079 CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel Committed: https://crrev.com/f497c796f053e8bb4cdeb541addc811c9a79259b Cr-Commit-Position: refs/heads/master@{#341392}

Patch Set 1 #

Patch Set 2 : add missing display_unittests_run target #

Total comments: 6

Patch Set 3 : merge to #340772 #

Patch Set 4 : add sql_unittests to swarming, remove interactive_ui_tests, move mojo rules #

Total comments: 1

Patch Set 5 : fix variable on mac #

Patch Set 6 : fix net_unittests conditional on android, fix wow_helper dependency on win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -24 lines) Patch
M chrome/test/BUILD.gn View 1 2 3 4 9 chunks +115 lines, -3 lines 0 comments Download
M components/nacl/BUILD.gn View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M extensions/BUILD.gn View 1 2 3 4 5 5 chunks +44 lines, -0 lines 0 comments Download
M google_apis/gcm/BUILD.gn View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/BUILD.gn View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M jingle/BUILD.gn View 1 chunk +9 lines, -0 lines 0 comments Download
M media/BUILD.gn View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M mojo/BUILD.gn View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M mojo/common/BUILD.gn View 1 chunk +9 lines, -0 lines 0 comments Download
M net/BUILD.gn View 1 2 3 4 5 2 chunks +22 lines, -1 line 0 comments Download
M printing/BUILD.gn View 1 chunk +9 lines, -0 lines 0 comments Download
M remoting/BUILD.gn View 2 chunks +15 lines, -0 lines 0 comments Download
M sync/BUILD.gn View 1 2 2 chunks +22 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 3 6 chunks +51 lines, -0 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 11 chunks +22 lines, -20 lines 0 comments Download
M ui/events/BUILD.gn View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 3 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
Dirk Pranke
5 years, 5 months ago (2015-07-25 00:51:50 UTC) #1
M-A Ruel
https://codereview.chromium.org/1258753002/diff/20001/chrome/test/BUILD.gn File chrome/test/BUILD.gn (right): https://codereview.chromium.org/1258753002/diff/20001/chrome/test/BUILD.gn#newcode268 chrome/test/BUILD.gn:268: "$root_out_dir/locales/en-US.pak", Why can't you depend on the targets? https://codereview.chromium.org/1258753002/diff/20001/chrome/test/BUILD.gn#newcode312 ...
5 years, 5 months ago (2015-07-26 00:51:24 UTC) #3
Dirk Pranke
https://codereview.chromium.org/1258753002/diff/20001/chrome/test/BUILD.gn File chrome/test/BUILD.gn (right): https://codereview.chromium.org/1258753002/diff/20001/chrome/test/BUILD.gn#newcode268 chrome/test/BUILD.gn:268: "$root_out_dir/locales/en-US.pak", On 2015/07/26 00:51:24, M-A Ruel (OOO until Aug ...
5 years, 5 months ago (2015-07-26 17:52:53 UTC) #4
M-A Ruel
Cool, lgtm
5 years, 5 months ago (2015-07-26 19:39:11 UTC) #5
Dirk Pranke
Brett, please take a look? https://codereview.chromium.org/1258753002/diff/60001/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/1258753002/diff/60001/net/BUILD.gn#newcode1382 net/BUILD.gn:1382: ] This duplication (and ...
5 years, 4 months ago (2015-07-28 23:50:05 UTC) #6
brettw
lgtm
5 years, 4 months ago (2015-07-29 20:01:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1258753002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1258753002/60001
5 years, 4 months ago (2015-07-29 21:31:05 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/5520)
5 years, 4 months ago (2015-07-29 21:39:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1258753002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1258753002/80001
5 years, 4 months ago (2015-07-29 22:37:37 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/97215) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 4 months ago (2015-07-29 22:42:25 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1258753002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1258753002/100001
5 years, 4 months ago (2015-07-31 18:34:58 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-07-31 19:46:34 UTC) #21
commit-bot: I haz the power
5 years, 4 months ago (2015-07-31 19:47:29 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f497c796f053e8bb4cdeb541addc811c9a79259b
Cr-Commit-Position: refs/heads/master@{#341392}

Powered by Google App Engine
This is Rietveld 408576698