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

Issue 10829027: [NaCl SDK] Add nacl_mounts to NaCl SDK build. Experimental for now. (Closed)

Created:
8 years, 5 months ago by binji
Modified:
8 years, 4 months ago
Reviewers:
noelallen1
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

[NaCl SDK] Add nacl_mounts to NaCl SDK build. Experimental for now. Also add --experimental flag to build_sdk.py so we can test a library without it being included in the archived SDK. BUG=122229 TEST=none R=noelallen@chromium.org NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149372

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : fix for windows #

Total comments: 6

Patch Set 4 : remove test code #

Patch Set 5 : sync to HEAD #

Patch Set 6 : sync again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -182 lines) Patch
M native_client_sdk/src/build_tools/build_sdk.py View 1 3 6 chunks +11 lines, -4 lines 0 comments Download
M native_client_sdk/src/build_tools/generate_make.py View 1 2 3 4 3 chunks +8 lines, -1 line 0 comments Download
M native_client_sdk/src/build_tools/library.mk View 2 chunks +9 lines, -8 lines 0 comments Download
M native_client_sdk/src/build_tools/make_rules.py View 1 2 3 4 5 8 chunks +24 lines, -11 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_handle.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_object.h View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc View 1 2 4 chunks +2 lines, -6 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
A native_client_sdk/src/libraries/nacl_mounts/library.dsc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount.h View 1 2 2 chunks +21 lines, -28 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount.cc View 1 2 2 chunks +5 lines, -9 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_mem.h View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_mem.cc View 1 2 12 chunks +31 lines, -33 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_node.h View 2 chunks +4 lines, -5 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_node.cc View 1 2 4 chunks +9 lines, -10 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h View 1 2 2 chunks +1 line, -5 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.cc View 1 2 2 chunks +7 lines, -6 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.cc View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
A native_client_sdk/src/libraries/nacl_mounts/osdirent.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A native_client_sdk/src/libraries/nacl_mounts/osstat.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A native_client_sdk/src/libraries/nacl_mounts/ostypes.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/path.h View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_mounts/path.cc View 1 2 4 chunks +2 lines, -5 lines 0 comments Download
M native_client_sdk/src/libraries/utils/auto_lock.h View 1 chunk +5 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/utils/macros.h View 1 chunk +8 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
binji
http://codereview.chromium.org/10829027/diff/4001/native_client_sdk/src/libraries/nacl_mounts/library.dsc File native_client_sdk/src/libraries/nacl_mounts/library.dsc (right): http://codereview.chromium.org/10829027/diff/4001/native_client_sdk/src/libraries/nacl_mounts/library.dsc#newcode45 native_client_sdk/src/libraries/nacl_mounts/library.dsc:45: 'FILES': [ I'll refactor this out in the next ...
8 years, 5 months ago (2012-07-26 22:49:58 UTC) #1
noelallen1
LGTM however... I'm not sure that NaCl Mounts is the only use case for dirents, ...
8 years, 5 months ago (2012-07-27 00:29:40 UTC) #2
binji
I see what you're saying about dirent.h, etc. I only wanted to implement the minimal ...
8 years, 5 months ago (2012-07-27 03:43:11 UTC) #3
binji
http://codereview.chromium.org/10829027/diff/4001/native_client_sdk/src/build_tools/build_sdk.py File native_client_sdk/src/build_tools/build_sdk.py (right): http://codereview.chromium.org/10829027/diff/4001/native_client_sdk/src/build_tools/build_sdk.py#newcode431 native_client_sdk/src/build_tools/build_sdk.py:431: 'nacl_mounts', On 2012/07/27 00:29:40, noelallen1 wrote: > The LIBRARY_LIST ...
8 years, 4 months ago (2012-07-27 18:16:39 UTC) #4
binji
On 2012/07/27 03:43:11, binji wrote: > I see what you're saying about dirent.h, etc. I ...
8 years, 4 months ago (2012-07-27 19:25:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/binji@chromium.org/10829027/10001
8 years, 4 months ago (2012-08-01 04:08:24 UTC) #6
commit-bot: I haz the power
Failed to apply patch for native_client_sdk/src/build_tools/make_rules.py: While running patch -p1 --forward --force; patching file native_client_sdk/src/build_tools/make_rules.py ...
8 years, 4 months ago (2012-08-01 04:08:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/binji@chromium.org/10829027/15003
8 years, 4 months ago (2012-08-01 04:35:53 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 04:36:22 UTC) #9
Change committed as 149372

Powered by Google App Engine
This is Rietveld 408576698