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

Issue 21020004: Move nacl.gypi to components. (Closed)

Created:
7 years, 4 months ago by yael.aharon
Modified:
7 years, 4 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move nacl.gypi to components. The files included in nacl.gypi were already moved. Since nacl_linux_helper is not moving until its dependencies are moved, break off the target nacl_linux_helper and move it to chrome_exe.gypi. This is part of an effort to componentize NaCl code. BUG=244791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215786

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Keep nacl.gypi #

Patch Set 3 : Create nacl.gyp #

Patch Set 4 : Turn nacl.gypi to nacl.gyp #

Total comments: 1

Patch Set 5 : Fix oreder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -219 lines) Patch
M chrome/chrome_exe.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D chrome/nacl.gypi View 1 2 3 4 3 chunks +7 lines, -152 lines 0 comments Download
A + components/nacl.gyp View 1 2 3 3 chunks +17 lines, -65 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
yael.aharon1
Since nacl_linux_helper is not moving until its dependencies are moved, I broke off the target ...
7 years, 4 months ago (2013-07-31 12:37:19 UTC) #1
yael.aharon1
Since nacl_linux_helper is not moving until its dependencies are moved, I broke off the target ...
7 years, 4 months ago (2013-07-31 12:39:34 UTC) #2
Mark Seaborn
https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi File chrome/chrome_exe.gypi (right): https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi#newcode621 chrome/chrome_exe.gypi:621: 'target_name': 'nacl_helper', I'd rather keep the definition of nacl_helper ...
7 years, 4 months ago (2013-07-31 17:16:32 UTC) #3
yael.aharon1
https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi File chrome/chrome_exe.gypi (right): https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi#newcode621 chrome/chrome_exe.gypi:621: 'target_name': 'nacl_helper', On 2013/07/31 17:16:32, Mark Seaborn wrote: > ...
7 years, 4 months ago (2013-07-31 17:24:38 UTC) #4
Mark Seaborn
https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi File chrome/chrome_exe.gypi (right): https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi#newcode621 chrome/chrome_exe.gypi:621: 'target_name': 'nacl_helper', On 2013/07/31 17:24:38, yael.aharon1 wrote: > On ...
7 years, 4 months ago (2013-07-31 17:53:53 UTC) #5
yael.aharon1
On 2013/07/31 17:53:53, Mark Seaborn wrote: > https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi > File chrome/chrome_exe.gypi (right): > > https://codereview.chromium.org/21020004/diff/31001/chrome/chrome_exe.gypi#newcode621 ...
7 years, 4 months ago (2013-07-31 18:49:59 UTC) #6
Mark Seaborn
https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi File components/nacl.gypi (right): https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi#newcode4 components/nacl.gypi:4: One other thing: Can you make this a .gyp ...
7 years, 4 months ago (2013-07-31 18:50:43 UTC) #7
yael.aharon1
On 2013/07/31 18:50:43, Mark Seaborn wrote: > https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi > File components/nacl.gypi (right): > > https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi#newcode4 ...
7 years, 4 months ago (2013-07-31 20:03:32 UTC) #8
Mark Seaborn
https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi File components/nacl.gypi (right): https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi#newcode4 components/nacl.gypi:4: On 2013/07/31 18:50:43, Mark Seaborn wrote: > One other ...
7 years, 4 months ago (2013-07-31 20:11:24 UTC) #9
yael.aharon1
On 2013/07/31 20:11:24, Mark Seaborn wrote: > https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi > File components/nacl.gypi (right): > > https://codereview.chromium.org/21020004/diff/31001/components/nacl.gypi#newcode4 ...
7 years, 4 months ago (2013-07-31 22:36:15 UTC) #10
yael.aharon1
jam@, can you review this too? thanks
7 years, 4 months ago (2013-07-31 23:44:10 UTC) #11
yael.aharon1
ping?
7 years, 4 months ago (2013-08-01 16:37:32 UTC) #12
Mark Seaborn
LGTM https://codereview.chromium.org/21020004/diff/77001/chrome/nacl.gypi File chrome/nacl.gypi (right): https://codereview.chromium.org/21020004/diff/77001/chrome/nacl.gypi#newcode25 chrome/nacl.gypi:25: '../components/nacl.gyp:nacl', This should go earlier, next to nacl_common.gyp, ...
7 years, 4 months ago (2013-08-05 19:25:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/21020004/88001
7 years, 4 months ago (2013-08-06 00:02:18 UTC) #14
commit-bot: I haz the power
7 years, 4 months ago (2013-08-06 03:59:29 UTC) #15
Message was sent while issue was closed.
Change committed as 215786

Powered by Google App Engine
This is Rietveld 408576698