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

Unified Diff: components/nacl.gyp

Issue 125533004: Initial implementation of IRT for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index e55d3768073f8ef75d8033c18f28c78742d7bd4b..5ff3b59da9dcf3c0b370c4e6a8f266510e92f8b5 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -191,6 +191,9 @@
'nacl/loader/nacl_sandbox_linux.cc',
'nacl/loader/nonsfi/elf_loader.cc',
'nacl/loader/nonsfi/elf_loader.h',
+ 'nacl/loader/nonsfi/irt/irt_basic.cc',
Mark Seaborn 2014/01/07 09:45:06 Could you put these under nonsfi/ without creating
hidehiko 2014/01/07 11:52:29 Done.
+ 'nacl/loader/nonsfi/irt/irt_interfaces.cc',
+ 'nacl/loader/nonsfi/irt/irt_interfaces.h',
'nacl/loader/nonsfi/nonsfi_main.cc',
'nacl/loader/nonsfi/nonsfi_main.h',
'../base/posix/unix_domain_socket_linux.cc',
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/irt/irt_basic.cc » ('j') | components/nacl/loader/nonsfi/irt/irt_basic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698