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

Issue 18098009: Move nacl_cmd_line to components/nacl/common. (Closed)

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

Description

Move nacl_cmd_line to components/nacl/common. Move the files and create a target for them, which is included in chrome_common.gypi. This is part of componentizing NaCl code. BUG=244791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212886

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Address comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -63 lines) Patch
M chrome/browser/nacl_host/nacl_broker_host_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 chunks +1 line, -2 lines 0 comments Download
D chrome/common/nacl_cmd_line.h View 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/common/nacl_cmd_line.cc View 1 chunk +0 lines, -37 lines 0 comments Download
M chrome/nacl.gypi View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/nacl/nacl_broker_listener.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/common/nacl_cmd_line.h View 2 chunks +3 lines, -3 lines 3 comments Download
A + components/nacl/common/nacl_cmd_line.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl_common.gyp View 1 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
yael.aharon1
I broke this off from https://codereview.chromium.org/16881004/ in hope this can help make the review more ...
7 years, 5 months ago (2013-07-12 15:26:25 UTC) #1
yael.aharon1
oing?
7 years, 5 months ago (2013-07-19 13:46:07 UTC) #2
yael.aharon1
On 2013/07/19 13:46:07, yael.aharon1 wrote: ping ?
7 years, 5 months ago (2013-07-19 14:08:08 UTC) #3
Mark Seaborn
LGTM https://codereview.chromium.org/18098009/diff/6001/chrome/nacl.gypi File chrome/nacl.gypi (right): https://codereview.chromium.org/18098009/diff/6001/chrome/nacl.gypi#newcode121 chrome/nacl.gypi:121: '../components/nacl/common/nacl_cmd_line.cc', This doesn't seem very clean. Can you ...
7 years, 5 months ago (2013-07-19 15:14:27 UTC) #4
yael.aharon1
@joi, can you please review the changes to components/nacl_common.gup ? thanks
7 years, 5 months ago (2013-07-19 18:10:21 UTC) #5
Mark Seaborn
On 2013/07/19 18:10:21, yael.aharon1 wrote: > @joi, can you please review the changes to components/nacl_common.gup ...
7 years, 5 months ago (2013-07-19 18:14:05 UTC) #6
yael.aharon1
On 2013/07/19 18:14:05, Mark Seaborn wrote: > On 2013/07/19 18:10:21, yael.aharon1 wrote: > > @joi, ...
7 years, 5 months ago (2013-07-19 18:19:34 UTC) #7
Jói
//components/* LGTM.
7 years, 5 months ago (2013-07-19 19:42:47 UTC) #8
joi
> Hmm, I hadn't noticed before that the Gyp file is > components/nacl_common.gyp, > directly ...
7 years, 5 months ago (2013-07-19 19:43:01 UTC) #9
joi
> Hmm, I hadn't noticed before that the Gyp file is > components/nacl_common.gyp, > directly ...
7 years, 5 months ago (2013-07-19 19:43:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/18098009/17001
7 years, 5 months ago (2013-07-19 19:50:26 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=16166
7 years, 5 months ago (2013-07-19 20:22:57 UTC) #12
yael.aharon1
Jam@ can you please review the deleted files? Thanks!
7 years, 5 months ago (2013-07-19 20:46:03 UTC) #13
jam
lgtm
7 years, 5 months ago (2013-07-22 06:34:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/18098009/17001
7 years, 5 months ago (2013-07-22 12:29:05 UTC) #15
commit-bot: I haz the power
Change committed as 212886
7 years, 5 months ago (2013-07-22 14:54:59 UTC) #16
tfarina
7 years, 5 months ago (2013-07-22 16:12:16 UTC) #17
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/18098009/diff/17001/components/nacl/co...
File components/nacl/common/nacl_cmd_line.h (right):

https://chromiumcodereview.appspot.com/18098009/diff/17001/components/nacl/co...
components/nacl/common/nacl_cmd_line.h:11: // Copy all the relevant arguments
from the command line of the current
minor-style-nit: add a blank line above.

https://chromiumcodereview.appspot.com/18098009/diff/17001/components/nacl/co...
components/nacl/common/nacl_cmd_line.h:13: void
CopyNaClCommandLineArguments(CommandLine* cmd_line);
minor-style-nit: don't indent inside namespace.

https://chromiumcodereview.appspot.com/18098009/diff/17001/components/nacl/co...
components/nacl/common/nacl_cmd_line.h:14: }
minor-style-nit: add blank line above and }  // namespace nacl

Powered by Google App Engine
This is Rietveld 408576698