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

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/loader/nacl_listener.cc » ('j') | components/nacl/loader/nonsfi/elf_util.cc » ('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 361ac061d2f5cd92a36d93dc7be78d6446d81754..07febb6997f700a91e6310cb09932dd14b3bf788 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -212,6 +212,18 @@
}],
],
}],
+ ['target_arch == "ia32"', {
Mark Seaborn 2013/12/06 21:42:37 Can we enable this for all architectures, please?
hidehiko 2013/12/09 07:43:39 I see. Done.
+ 'sources': [
+ # Non SFI mode is currently experimental and available
+ # only for 32-bits linux environment.
+ # TODO(hidehiko): Support it on arm.
+ 'nacl/loader/nonsfi/nonsfi_error_code.h',
+ 'nacl/loader/nonsfi/nonsfi_main.cc',
+ 'nacl/loader/nonsfi/nonsfi_main.h',
+ 'nacl/loader/nonsfi/elf_util.cc',
+ 'nacl/loader/nonsfi/elf_util.h',
+ ],
+ }]
],
'cflags': ['-fPIE'],
'link_settings': {
« no previous file with comments | « no previous file | components/nacl/loader/nacl_listener.cc » ('j') | components/nacl/loader/nonsfi/elf_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698