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

Unified Diff: components/nacl.gyp

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index c52a1f70202f79337a096324fbca39eb89caa1ea..fcaabdf7f4ba485a9df802b5a05368e132ef6caa 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -265,6 +265,7 @@
'nacl/loader/nonsfi/irt_memory.cc',
'nacl/loader/nonsfi/irt_ppapi.cc',
'nacl/loader/nonsfi/irt_random.cc',
+ 'nacl/loader/nonsfi/irt_resource_open.cc',
'nacl/loader/nonsfi/irt_thread.cc',
'nacl/loader/nonsfi/irt_util.h',
'nacl/loader/nonsfi/nonsfi_main.cc',
@@ -273,6 +274,7 @@
'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/irt_manifest.h',
'../ppapi/nacl_irt/manifest_service.cc',
'../ppapi/nacl_irt/manifest_service.h',
'../ppapi/nacl_irt/plugin_main.cc',

Powered by Google App Engine
This is Rietveld 408576698