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

Unified Diff: components/nacl.gyp

Issue 100373005: Initial implementation of Bare Metal Mode for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/browser/nacl_process_host.cc » ('j') | components/nacl/common/nacl_types.h » ('J')
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 a964bc11ba76cf821c7726c190e44a6b2b767900..15bf699d750f31dfb3e7d78bf63debfb285eeac8 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -183,9 +183,17 @@
'<@(nacl_defines)',
],
'sources': [
- 'nacl/loader/nacl_sandbox_linux.cc',
'nacl/loader/nacl_helper_linux.cc',
'nacl/loader/nacl_helper_linux.h',
+ 'nacl/loader/nacl_sandbox_linux.cc',
+ # Currently nonsfi mode can work on 32bit architecture, but can
Mark Seaborn 2013/12/12 04:49:48 You can remove this comment since this will work o
hidehiko 2013/12/12 09:26:04 Done.
+ # be (only) compiled also on 64bit. So, we compile these
+ # modules for testing purpose.
+ 'nacl/loader/nonsfi/elf_loader.cc',
+ 'nacl/loader/nonsfi/elf_loader.h',
+ 'nacl/loader/nonsfi/nonsfi_error_code.h',
+ 'nacl/loader/nonsfi/nonsfi_main.cc',
+ 'nacl/loader/nonsfi/nonsfi_main.h',
'../base/posix/unix_domain_socket_linux.cc',
'../content/common/child_process_sandbox_support_impl_shm_linux.cc',
'../content/common/sandbox_bpf_base_policy_linux.cc',
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.cc » ('j') | components/nacl/common/nacl_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698