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

Issue 1221333013: Add support for escaped target names in isolate driver (4th try) (Closed)

Created:
5 years, 5 months ago by nyquist
Modified:
5 years, 5 months ago
Reviewers:
Vadim Sh., Nico
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 support for escaped target names in isolate driver (4th try) Currently the isolate_driver.py which creates the dependency files used by the isolate system, does a simple split on all spaces when trying to identify targets. This can fail if the target name contains a space in the name. In ninja, spaces are escaped with a $-prefix. An example would be 'Content$ Shell$ Helper.app'. This CL adds support for such target names and ensures that they stay as one item. Doing this uncovered a few missing dependencies and a missing file in some .isolate-files for the component build on Mac. 1st try: https://codereview.chromium.org/970203003/ 1st revert: https://codereview.chromium.org/985753002/ 2nd try: https://codereview.chromium.org/1103793002/ 2nd revert: https://codereview.chromium.org/1129493003/ 3rd try: https://codereview.chromium.org/1130523003/ 3rd revert: https://codereview.chromium.org/1131363003/ BUG=462248 Committed: https://crrev.com/c58992cc880b5bff5813276ee9d20a79be70b31f Cr-Commit-Position: refs/heads/master@{#338402}

Patch Set 1 : Committed patch set from 3rd try #

Patch Set 2 : Fix chrome dep for isolates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M chrome/chrome.isolate View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/sync_integration_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M tools/isolate_driver.py View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 19 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221333013/1
5 years, 5 months ago (2015-07-07 21:23:37 UTC) #2
commit-bot: I haz the power
Dry run: Exceeded global retry quota
5 years, 5 months ago (2015-07-07 23:54:29 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221333013/20001
5 years, 5 months ago (2015-07-08 16:13:13 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-08 17:21:01 UTC) #8
nyquist
thakis: PTAL chrome/ vadimsh: PTAL tools/
5 years, 5 months ago (2015-07-08 17:33:36 UTC) #10
Vadim Sh.
lgtm
5 years, 5 months ago (2015-07-08 17:37:30 UTC) #11
nyquist
thakis: Friendly ping.
5 years, 5 months ago (2015-07-10 18:21:26 UTC) #12
Nico
lgtm
5 years, 5 months ago (2015-07-10 21:11:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221333013/20001
5 years, 5 months ago (2015-07-10 21:43:20 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 5 months ago (2015-07-11 00:01:28 UTC) #16
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/c58992cc880b5bff5813276ee9d20a79be70b31f Cr-Commit-Position: refs/heads/master@{#338402}
5 years, 5 months ago (2015-07-11 00:02:24 UTC) #17
Noel Gordon
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1227843004/ by noel@chromium.org. ...
5 years, 5 months ago (2015-07-13 11:29:38 UTC) #18
Noel Gordon
5 years, 5 months ago (2015-07-13 12:36:43 UTC) #19
Message was sent while issue was closed.
On 2015/07/13 11:29:38, noel gordon wrote:
> A revert of this CL (patchset #2 id:20001) has been created in
> https://codereview.chromium.org/1227843004/ by mailto:noel@chromium.org.
> 
> The reason for reverting is: Speculative revert: appreas to have broken the
GPU
> mac builders.
> 
>
http://build.chromium.org/p/chromium.webkit/builders/GPU%20Mac%2010.9%20%28In...
> .. 11141

FYI: next build after revert went green.

http://build.chromium.org/p/chromium.webkit/builders/GPU%20Mac%2010.9%20%28In...

http://build.chromium.org/p/chromium.webkit/builders/GPU%20Mac10.7%20%28dbg%2...

Powered by Google App Engine
This is Rietveld 408576698