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

Issue 270333002: Enable the ninja parsing code all the time. (Closed)

Created:
6 years, 7 months ago by M-A Ruel
Modified:
6 years, 7 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, erikwright+watch_chromium.org, Ken Russell (switch to Gerrit)
Visibility:
Public.

Description

isolate_driver: Enable ninja parsing code all the time. Split the ninja parsing code in its own file so that isolate_driver is focused on .isolate management. - This removes the need to specify the majority of binary runtime dependencies. Sadly, this means a few unrelated binaries are now pulled in, for example d8, libvpx_obj_int_extract and tls_edit. That's a maintenance/performance trade off. - Removed some dependencies for unit_tests.isolate to ensure this works. R=vadimsh@chromium.org BUG=368543 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269140

Patch Set 1 #

Patch Set 2 : Works better #

Total comments: 10

Patch Set 3 : more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -171 lines) Patch
M base/base_unittests.isolate View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/unit_tests.isolate View 1 2 3 chunks +0 lines, -7 lines 0 comments Download
M tools/isolate_driver.py View 1 3 chunks +6 lines, -158 lines 0 comments Download
A tools/ninja_parser.py View 1 2 1 chunk +313 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
M-A Ruel
I'm double checking with: python -c "import json; print '\n'.join(sorted(json.load(open('out/Release/unit_tests.isolated'))['files']))" The new parser catches many ...
6 years, 7 months ago (2014-05-07 16:15:49 UTC) #1
Vadim Sh.
Mostly documentation related nits. https://codereview.chromium.org/270333002/diff/20001/chrome/unit_tests.isolate File chrome/unit_tests.isolate (right): https://codereview.chromium.org/270333002/diff/20001/chrome/unit_tests.isolate#newcode51 chrome/unit_tests.isolate:51: '<(PRODUCT_DIR)/locales/fr.pak', side note: why only ...
6 years, 7 months ago (2014-05-07 18:08:33 UTC) #2
Vadim Sh.
Mostly documentation related nits. https://codereview.chromium.org/270333002/diff/20001/chrome/unit_tests.isolate File chrome/unit_tests.isolate (right): https://codereview.chromium.org/270333002/diff/20001/chrome/unit_tests.isolate#newcode51 chrome/unit_tests.isolate:51: '<(PRODUCT_DIR)/locales/fr.pak', side note: why only ...
6 years, 7 months ago (2014-05-07 18:08:33 UTC) #3
M-A Ruel
https://codereview.chromium.org/270333002/diff/20001/chrome/unit_tests.isolate File chrome/unit_tests.isolate (right): https://codereview.chromium.org/270333002/diff/20001/chrome/unit_tests.isolate#newcode51 chrome/unit_tests.isolate:51: '<(PRODUCT_DIR)/locales/fr.pak', On 2014/05/07 18:08:34, Vadim Sh. wrote: > side ...
6 years, 7 months ago (2014-05-07 19:39:08 UTC) #4
Vadim Sh.
lgtm
6 years, 7 months ago (2014-05-07 19:41:07 UTC) #5
M-A Ruel
The CQ bit was checked by maruel@chromium.org
6 years, 7 months ago (2014-05-07 19:42:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/270333002/40001
6 years, 7 months ago (2014-05-07 19:43:25 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-07 23:52:15 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-08 04:31:07 UTC) #9
M-A Ruel
The CQ bit was unchecked by maruel@chromium.org
6 years, 7 months ago (2014-05-08 16:41:06 UTC) #10
M-A Ruel
The CQ bit was checked by maruel@chromium.org
6 years, 7 months ago (2014-05-08 16:42:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/270333002/40001
6 years, 7 months ago (2014-05-08 16:44:02 UTC) #12
commit-bot: I haz the power
Change committed as 269140
6 years, 7 months ago (2014-05-09 01:43:41 UTC) #13
falken
On 2014/05/09 01:43:41, I haz the power (commit-bot) wrote: > Change committed as 269140 I ...
6 years, 7 months ago (2014-05-09 03:12:34 UTC) #14
falken
A revert of this CL has been created in https://codereview.chromium.org/272113002/ by falken@chromium.org. The reason for ...
6 years, 7 months ago (2014-05-09 03:30:26 UTC) #15
falken
6 years, 7 months ago (2014-05-09 07:16:50 UTC) #16
Message was sent while issue was closed.
The revert seems to have healed the bots.

Powered by Google App Engine
This is Rietveld 408576698