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

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
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | components/nacl/loader/nonsfi/irt_interfaces.h » ('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 74b02044734ba92e4957367b6fa0065e87ef7846..23d886eb4b53be79f82aeba4335357ab2018868a 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -267,6 +267,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',
@@ -275,6 +276,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',
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | components/nacl/loader/nonsfi/irt_interfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698