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

Unified Diff: components/nacl.gyp

Issue 250773003: NaCl Linux: create NaClSandbox class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/nacl/loader/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 883db8b39c860a4061ce88537bd8d780fd685625..27fbea11a2a7b460fa70a7b9413c71e8bd01a084 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -225,7 +225,6 @@
'IN_NACL_HELPER=1',
],
'sources': [
- 'nacl/loader/nacl_sandbox_linux.cc',
'nacl/loader/nonsfi/abi_conversion.cc',
'nacl/loader/nonsfi/abi_conversion.h',
'nacl/loader/nonsfi/elf_loader.cc',
@@ -245,6 +244,8 @@
'nacl/loader/nonsfi/nonsfi_main.h',
'nacl/loader/nonsfi/nonsfi_sandbox.cc',
'nacl/loader/nonsfi/nonsfi_sandbox.h',
+ 'nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc',
+ 'nacl/loader/sandbox_linux/nacl_sandbox_linux.cc',
'../ppapi/nacl_irt/manifest_service.cc',
'../ppapi/nacl_irt/manifest_service.h',
'../ppapi/nacl_irt/plugin_main.cc',
« no previous file with comments | « no previous file | components/nacl/loader/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698