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

Issue 20337002: Move NaCl loader related files to components/nacl/loader. (Closed)

Created:
7 years, 5 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 loader related files to components/nacl/loader. nacl_exe_win_64.cc and nacl_helper_linux.cc will not move until breakpad is split off of chrome. nacl.gypi will move in a separate CL. This is part of an effort to componentize NaCl code. BUG=244791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214567

Patch Set 1 : #

Total comments: 1

Patch Set 2 : rebase #

Total comments: 3

Patch Set 3 : Add TODO and remove sandbox entry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -2685 lines) Patch
M chrome/chrome_tests_unit.gypi View 1 2 3 chunks +10 lines, -4 lines 0 comments Download
M chrome/nacl.gypi View 1 2 chunks +13 lines, -13 lines 0 comments Download
M chrome/nacl/DEPS View 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/nacl/OWNERS View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/nacl/nacl_exe_win_64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/nacl/nacl_helper_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/nacl/nacl_ipc_adapter.h View 1 chunk +0 lines, -192 lines 0 comments Download
D chrome/nacl/nacl_ipc_adapter.cc View 1 chunk +0 lines, -586 lines 0 comments Download
D chrome/nacl/nacl_ipc_adapter_unittest.cc View 1 chunk +0 lines, -357 lines 0 comments Download
D chrome/nacl/nacl_listener.h View 1 chunk +0 lines, -74 lines 0 comments Download
D chrome/nacl/nacl_listener.cc View 1 chunk +0 lines, -336 lines 0 comments Download
D chrome/nacl/nacl_main.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/nacl/nacl_main_platform_delegate.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/nacl/nacl_main_platform_delegate_linux.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/nacl/nacl_main_platform_delegate_mac.mm View 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/nacl/nacl_main_platform_delegate_win.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/nacl/nacl_sandbox_linux.h View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/nacl/nacl_sandbox_linux.cc View 1 chunk +0 lines, -153 lines 0 comments Download
D chrome/nacl/nacl_validation_db.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/nacl/nacl_validation_query.h View 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/nacl/nacl_validation_query.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D chrome/nacl/nacl_validation_query_unittest.cc View 1 chunk +0 lines, -283 lines 0 comments Download
M components/nacl/OWNERS View 1 chunk +3 lines, -0 lines 0 comments Download
A + components/nacl/loader/DEPS View 1 chunk +1 line, -3 lines 0 comments Download
A + components/nacl/loader/nacl_ipc_adapter.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/nacl/loader/nacl_ipc_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/loader/nacl_ipc_adapter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/loader/nacl_listener.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/nacl/loader/nacl_listener.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/nacl/loader/nacl_main.cc View 1 chunk +2 lines, -5 lines 0 comments Download
A + components/nacl/loader/nacl_main_platform_delegate.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/nacl/loader/nacl_main_platform_delegate_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/loader/nacl_main_platform_delegate_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/loader/nacl_main_platform_delegate_win.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/loader/nacl_sandbox_linux.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/nacl/loader/nacl_sandbox_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/loader/nacl_validation_db.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/nacl/loader/nacl_validation_query.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/nacl/loader/nacl_validation_query.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/nacl/loader/nacl_validation_query_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
yael.aharon1
This CL simply moves the files that are in the NaCl loader process to components/nacl/loader. ...
7 years, 5 months ago (2013-07-25 19:58:18 UTC) #1
Mark Seaborn
> As discussed before, nacl_exe_win_64.cc and nacl_helper_linux.cc will > not move until breakpad is split ...
7 years, 5 months ago (2013-07-25 21:46:10 UTC) #2
yael.aharon1
On 2013/07/25 21:46:10, Mark Seaborn wrote: > > As discussed before, nacl_exe_win_64.cc and nacl_helper_linux.cc will ...
7 years, 5 months ago (2013-07-25 22:29:13 UTC) #3
yael.aharon1
On 2013/07/25 21:46:10, Mark Seaborn wrote: > https://codereview.chromium.org/20337002/diff/26001/chrome/chrome_tests_unit.gypi > File chrome/chrome_tests_unit.gypi (right): > > https://codereview.chromium.org/20337002/diff/26001/chrome/chrome_tests_unit.gypi#newcode1838 ...
7 years, 5 months ago (2013-07-26 12:17:55 UTC) #4
Mark Seaborn
On 26 July 2013 05:17, <yael.aharon@chromium.org> wrote: > On 2013/07/25 21:46:10, Mark Seaborn wrote: > ...
7 years, 5 months ago (2013-07-26 16:49:52 UTC) #5
Mark Seaborn
On 26 July 2013 05:17, <yael.aharon@chromium.org> wrote: > On 2013/07/25 21:46:10, Mark Seaborn wrote: > ...
7 years, 5 months ago (2013-07-26 16:49:52 UTC) #6
Mark Seaborn
Fix "separatel" typo in commit message. Then LGTM with changes below. https://codereview.chromium.org/20337002/diff/39001/chrome/chrome_tests_unit.gypi File chrome/chrome_tests_unit.gypi (right): ...
7 years, 5 months ago (2013-07-26 17:04:40 UTC) #7
yael.aharon1
On 2013/07/26 17:04:40, Mark Seaborn wrote: > Fix "separatel" typo in commit message. Then LGTM ...
7 years, 5 months ago (2013-07-26 17:20:39 UTC) #8
yael.aharon1
David, can you please review the change in the DPES file for ppapi ? Basically, ...
7 years, 5 months ago (2013-07-26 17:21:01 UTC) #9
yael.aharon1
jam, can you please review the change in the DEPS file for content/public/app ?
7 years, 5 months ago (2013-07-26 17:22:26 UTC) #10
yael.aharon1
Justin, can you please review the change to the DEPS file for the sandbox folder? ...
7 years, 5 months ago (2013-07-26 17:24:25 UTC) #11
yael.aharon1
wtc@, can you please review the change in the DEPS file for crypto folder? I ...
7 years, 5 months ago (2013-07-26 17:27:35 UTC) #12
dmichael (off chromium)
ppapi-related DEPS changes lgtm
7 years, 5 months ago (2013-07-26 20:21:22 UTC) #13
wtc
Patch set 3 LGTM. I only reviewed components/nacl/loader/DEPS.
7 years, 5 months ago (2013-07-26 21:54:32 UTC) #14
jam
components/nacl/loader/DEPS lgtm
7 years, 5 months ago (2013-07-26 22:35:21 UTC) #15
yael.aharon1
Justin, can you please review the addition of "+sandbox" directories to components/nacl/loader? I moved some ...
7 years, 4 months ago (2013-07-27 11:47:56 UTC) #16
yael.aharon1
cpu@ can you please approve the sandbox entries in the DPES file? I moved files ...
7 years, 4 months ago (2013-07-30 11:31:59 UTC) #17
yael.aharon1
cpu@ can you please approve the sandbox entries in the DPES file? I moved files ...
7 years, 4 months ago (2013-07-30 11:35:46 UTC) #18
cpu_(ooo_6.6-7.5)
lgtm
7 years, 4 months ago (2013-07-30 18:25:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/20337002/45002
7 years, 4 months ago (2013-07-30 20:45:12 UTC) #20
commit-bot: I haz the power
7 years, 4 months ago (2013-07-31 05:07:04 UTC) #21
Message was sent while issue was closed.
Change committed as 214567

Powered by Google App Engine
This is Rietveld 408576698