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

Issue 17198013: Don't use PathService for the location of nacl_helper and nacl_helper_bootstrap (Closed)

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

Description

Separate FILE_NACL_HELPER and FILE_NACL_HELPER_BOOTSTRAP to their own file. This is in preparation for moving NaCl code out of chrome layer and into components. BUG=244791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208053

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Remove nacl_paths #

Patch Set 3 : Bring nacl_paths back #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -26 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M chrome/app/nacl_fork_delegate_linux.cc View 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/chrome_paths.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/chrome_paths.cc View 2 chunks +0 lines, -19 lines 0 comments Download
A chrome/common/nacl_paths.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/common/nacl_paths.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/nacl.gypi View 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
yael.aharon1
This CL was split off from https://codereview.chromium.org/16881004/ . Can you please review?
7 years, 6 months ago (2013-06-21 03:00:59 UTC) #1
Mark Seaborn
https://codereview.chromium.org/17198013/diff/9/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): https://codereview.chromium.org/17198013/diff/9/chrome/app/chrome_main_delegate.cc#newcode481 chrome/app/chrome_main_delegate.cc:481: #if defined(OS_POSIX) && !defined(OS_MACOSX) This can be #if !defined(DISABLE_NACL) ...
7 years, 6 months ago (2013-06-21 13:53:26 UTC) #2
yael.aharon1
On 2013/06/21 13:53:26, Mark Seaborn wrote: > https://codereview.chromium.org/17198013/diff/9/chrome/app/chrome_main_delegate.cc > File chrome/app/chrome_main_delegate.cc (right): > > https://codereview.chromium.org/17198013/diff/9/chrome/app/chrome_main_delegate.cc#newcode481 ...
7 years, 6 months ago (2013-06-21 15:13:03 UTC) #3
Mark Seaborn
Please update the commit message to reflect the change. Then LGTM, thanks.
7 years, 6 months ago (2013-06-21 15:28:56 UTC) #4
yael.aharon
On 2013/06/21 15:28:56, Mark Seaborn wrote: > Please update the commit message to reflect the ...
7 years, 6 months ago (2013-06-21 15:33:07 UTC) #5
Mark Seaborn
On 21 June 2013 08:33, <yael.aharon@intel.com> wrote: > Reviewers: Mark Seaborn, jam, cpu, yael.aharon1, > ...
7 years, 6 months ago (2013-06-21 15:45:53 UTC) #6
Mark Seaborn
On 21 June 2013 08:33, <yael.aharon@intel.com> wrote: > Reviewers: Mark Seaborn, jam, cpu, yael.aharon1, > ...
7 years, 6 months ago (2013-06-21 15:45:54 UTC) #7
jam
Mark: I think the paths should all come from a path provider, that makes it ...
7 years, 6 months ago (2013-06-21 16:14:33 UTC) #8
yael.aharon1
I brought the first patch back, and simplified the #ifdef as Mark suggested. I hope ...
7 years, 6 months ago (2013-06-21 19:55:58 UTC) #9
jam
lgtm
7 years, 6 months ago (2013-06-21 20:47:57 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/17198013/27001
7 years, 6 months ago (2013-06-21 20:53:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/17198013/27001
7 years, 6 months ago (2013-06-22 02:36:32 UTC) #12
commit-bot: I haz the power
7 years, 6 months ago (2013-06-22 15:05:43 UTC) #13
Message was sent while issue was closed.
Change committed as 208053

Powered by Google App Engine
This is Rietveld 408576698