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

Issue 15957008: Move NaCl related switches to their own file. (Closed)

Created:
7 years, 6 months ago by yael.aharon
Modified:
7 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, tburkard+watch_chromium.org, gavinp+prer_chromium.org, dominich+watch_chromium.org, stuartmorgan+watch_chromium.org, markusheintz_, native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move NaCl related switches to their own file. This is in preparation for making NaCl files a browser component. TBR=cpu@chromium.org BUG=244791

Patch Set 1 #

Total comments: 3

Patch Set 2 : Added empty line #

Patch Set 3 : move ppapi switches back to chrome_switches #

Total comments: 4

Patch Set 4 : Address more comments #

Total comments: 2

Patch Set 5 : Removed unneeded include #

Total comments: 1

Patch Set 6 : Take out include of build/build_config.h #

Total comments: 2

Patch Set 7 : Add comments to DEPS files #

Patch Set 8 : Try to fix the windows build (I don't have access to a windows machine) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -62 lines) Patch
M chrome/app/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/nacl_fork_delegate_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/component_updater/pnacl/pnacl_component_installer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_prefs.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/nacl_ui.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths_win.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 4 chunks +0 lines, -11 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 5 chunks +0 lines, -45 lines 0 comments Download
M chrome/common/nacl_cmd_line.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/nacl.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/nacl/nacl_switches.h View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/nacl/nacl_switches.cc View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M chrome/renderer/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/pepper/ppb_nacl_private_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 36 (0 generated)
yael.aharon1
Could you please review? thanks!
7 years, 6 months ago (2013-05-29 15:56:41 UTC) #1
Mark Seaborn
https://codereview.chromium.org/15957008/diff/1/chrome/nacl/nacl_switches.cc File chrome/nacl/nacl_switches.cc (right): https://codereview.chromium.org/15957008/diff/1/chrome/nacl/nacl_switches.cc#newcode13 chrome/nacl/nacl_switches.cc:13: const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash"; This has nothing to ...
7 years, 6 months ago (2013-05-29 16:03:13 UTC) #2
yael.aharon1
On 2013/05/29 16:03:13, Mark Seaborn wrote: > https://codereview.chromium.org/15957008/diff/1/chrome/nacl/nacl_switches.cc > File chrome/nacl/nacl_switches.cc (right): > > https://codereview.chromium.org/15957008/diff/1/chrome/nacl/nacl_switches.cc#newcode13 ...
7 years, 6 months ago (2013-05-29 16:10:18 UTC) #3
yael.aharon1
Added the empty missing line https://codereview.chromium.org/15957008/diff/1/chrome/nacl/nacl_switches.cc File chrome/nacl/nacl_switches.cc (right): https://codereview.chromium.org/15957008/diff/1/chrome/nacl/nacl_switches.cc#newcode71 chrome/nacl/nacl_switches.cc:71: } // namespace switches ...
7 years, 6 months ago (2013-05-29 16:13:37 UTC) #4
yael.aharon1
I took out the changes I did in the ppapi switches. Those can be handled ...
7 years, 6 months ago (2013-05-29 17:33:07 UTC) #5
dmichael (off chromium)
https://codereview.chromium.org/15957008/diff/8001/chrome/nacl/nacl_switches.h File chrome/nacl/nacl_switches.h (right): https://codereview.chromium.org/15957008/diff/8001/chrome/nacl/nacl_switches.h#newcode5 chrome/nacl/nacl_switches.h:5: // Defines all the command-line switches used by Chrome. ...
7 years, 6 months ago (2013-05-30 05:00:44 UTC) #6
yael.aharon1
Updated based on your comments. Thanks. https://codereview.chromium.org/15957008/diff/8001/chrome/nacl/nacl_switches.h File chrome/nacl/nacl_switches.h (right): https://codereview.chromium.org/15957008/diff/8001/chrome/nacl/nacl_switches.h#newcode5 chrome/nacl/nacl_switches.h:5: // Defines all ...
7 years, 6 months ago (2013-05-30 13:50:32 UTC) #7
yael.aharon1
Updated based on your comments. Thanks. https://codereview.chromium.org/15957008/diff/8001/chrome/nacl/nacl_switches.h File chrome/nacl/nacl_switches.h (right): https://codereview.chromium.org/15957008/diff/8001/chrome/nacl/nacl_switches.h#newcode5 chrome/nacl/nacl_switches.h:5: // Defines all ...
7 years, 6 months ago (2013-05-30 13:50:32 UTC) #8
dmichael (off chromium)
one more nit, o/w lgtm https://codereview.chromium.org/15957008/diff/16001/chrome/nacl/nacl_switches.h File chrome/nacl/nacl_switches.h (right): https://codereview.chromium.org/15957008/diff/16001/chrome/nacl/nacl_switches.h#newcode12 chrome/nacl/nacl_switches.h:12: #include "base/base_switches.h" Actually, I ...
7 years, 6 months ago (2013-05-30 15:35:19 UTC) #9
yael.aharon1
https://codereview.chromium.org/15957008/diff/16001/chrome/nacl/nacl_switches.h File chrome/nacl/nacl_switches.h (right): https://codereview.chromium.org/15957008/diff/16001/chrome/nacl/nacl_switches.h#newcode12 chrome/nacl/nacl_switches.h:12: #include "base/base_switches.h" On 2013/05/30 15:35:19, dmichael wrote: > Actually, ...
7 years, 6 months ago (2013-05-30 16:08:27 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/15957008/27001
7 years, 6 months ago (2013-05-30 16:10:58 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=5893
7 years, 6 months ago (2013-05-30 16:24:36 UTC) #12
yael.aharon1
Could you please review this? thanks!
7 years, 6 months ago (2013-05-30 17:45:20 UTC) #13
James Hawkins
On 2013/05/30 17:45:20, yael.aharon1 wrote: > Could you please review this? thanks! I'm not sure ...
7 years, 6 months ago (2013-05-30 17:47:54 UTC) #14
Nico
Who? For most people on the review, this email looks like a mail with 30 ...
7 years, 6 months ago (2013-05-30 17:47:57 UTC) #15
Nico
Who? For most people on the review, this email looks like a mail with 30 ...
7 years, 6 months ago (2013-05-30 17:47:57 UTC) #16
yael.aharon1
On 2013/05/30 17:47:54, James Hawkins wrote: > On 2013/05/30 17:45:20, yael.aharon1 wrote: > > Could ...
7 years, 6 months ago (2013-05-30 18:13:43 UTC) #17
yael.aharon1
Some background for this CL can be found in https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/pepper-dev/G6yywh93BoA As suggested by jhawkins, I ...
7 years, 6 months ago (2013-05-30 21:17:28 UTC) #18
Bernhard Bauer
chrome/browser/plugins and chrome/browser/content_settings LGTM. I didn't look at the other files, but if it's just ...
7 years, 6 months ago (2013-05-30 22:43:38 UTC) #19
yael.aharon1
On 2013/05/30 22:43:38, Bernhard Bauer wrote: > chrome/browser/plugins and chrome/browser/content_settings LGTM. > > I didn't ...
7 years, 6 months ago (2013-05-30 23:17:27 UTC) #20
jvoung (off chromium)
LGTM for chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
7 years, 6 months ago (2013-05-30 23:42:41 UTC) #21
Bernhard Bauer
TBR = to be reviewed (by). It means that a change can be reviewed after ...
7 years, 6 months ago (2013-05-30 23:51:46 UTC) #22
Bernhard Bauer
TBR = to be reviewed (by). It means that a change can be reviewed after ...
7 years, 6 months ago (2013-05-30 23:51:47 UTC) #23
yael.aharon1
On 2013/05/30 23:51:47, Bernhard Bauer wrote: > TBR = to be reviewed (by). It means ...
7 years, 6 months ago (2013-05-30 23:59:49 UTC) #24
yael.aharon1
On 2013/05/30 23:51:47, Bernhard Bauer wrote: > TBR = to be reviewed (by). It means ...
7 years, 6 months ago (2013-05-30 23:59:49 UTC) #25
James Hawkins
lgtm
7 years, 6 months ago (2013-05-31 00:21:00 UTC) #26
Mark Seaborn
On 30 May 2013 14:17, <yael.aharon@chromium.org> wrote: > mseaborn@chromium.org > chrome/browser/nacl_host/nacl_**process_host.cc > chrome/browser/nacl_host/test/**gdb_debug_stub_browsertest.cc > chrome/browser/nacl_host/test/**nacl_gdb_browsertest.cc ...
7 years, 6 months ago (2013-05-31 01:41:44 UTC) #27
Mark Seaborn
On 30 May 2013 14:17, <yael.aharon@chromium.org> wrote: > mseaborn@chromium.org > chrome/browser/nacl_host/nacl_**process_host.cc > chrome/browser/nacl_host/test/**gdb_debug_stub_browsertest.cc > chrome/browser/nacl_host/test/**nacl_gdb_browsertest.cc ...
7 years, 6 months ago (2013-05-31 01:41:46 UTC) #28
cbentzel
prerender_browsertest LGTM https://codereview.chromium.org/15957008/diff/27001/chrome/nacl/nacl_switches.h File chrome/nacl/nacl_switches.h (right): https://codereview.chromium.org/15957008/diff/27001/chrome/nacl/nacl_switches.h#newcode10 chrome/nacl/nacl_switches.h:10: #include "build/build_config.h" Why is this include needed?
7 years, 6 months ago (2013-05-31 02:06:21 UTC) #29
yael.aharon1
On 2013/05/31 02:06:21, cbentzel wrote: > prerender_browsertest LGTM > > https://codereview.chromium.org/15957008/diff/27001/chrome/nacl/nacl_switches.h > File chrome/nacl/nacl_switches.h (right): ...
7 years, 6 months ago (2013-05-31 13:45:33 UTC) #30
jam
https://codereview.chromium.org/15957008/diff/47001/chrome/renderer/DEPS File chrome/renderer/DEPS (right): https://codereview.chromium.org/15957008/diff/47001/chrome/renderer/DEPS#newcode3 chrome/renderer/DEPS:3: "+chrome/nacl", not lgtm sub directories of chrome correspond to ...
7 years, 6 months ago (2013-06-03 17:31:29 UTC) #31
jam
https://codereview.chromium.org/15957008/diff/47001/chrome/common/DEPS File chrome/common/DEPS (right): https://codereview.chromium.org/15957008/diff/47001/chrome/common/DEPS#newcode4 chrome/common/DEPS:4: "+chrome/nacl", ditto
7 years, 6 months ago (2013-06-03 17:32:48 UTC) #32
yael.aharon1
On 2013/06/03 17:32:48, jam wrote: > https://codereview.chromium.org/15957008/diff/47001/chrome/common/DEPS > File chrome/common/DEPS (right): > > https://codereview.chromium.org/15957008/diff/47001/chrome/common/DEPS#newcode4 > ...
7 years, 6 months ago (2013-06-03 17:39:48 UTC) #33
jam
On 2013/06/03 17:39:48, yael.aharon1 wrote: > On 2013/06/03 17:32:48, jam wrote: > > https://codereview.chromium.org/15957008/diff/47001/chrome/common/DEPS > ...
7 years, 6 months ago (2013-06-03 17:43:29 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/15957008/57001
7 years, 6 months ago (2013-06-03 18:10:16 UTC) #35
cpu_(ooo_6.6-7.5)
7 years, 6 months ago (2013-06-20 22:47:05 UTC) #36
lgtm

Powered by Google App Engine
This is Rietveld 408576698