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

Unified Diff: ppapi/ppapi_ipc_nacl.gyp

Issue 652393003: Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: ppapi/ppapi_ipc_nacl.gyp
diff --git a/ppapi/ppapi_ipc_nacl.gyp b/ppapi/ppapi_ipc_nacl.gyp
index 955fc0792fd092b19873095a3bbad7dcab7e1612..c82a4ec5155eb288b4f53c6af554eef96b0218be 100644
--- a/ppapi/ppapi_ipc_nacl.gyp
+++ b/ppapi/ppapi_ipc_nacl.gyp
@@ -24,6 +24,8 @@
'build_glibc': 0,
'build_newlib': 0,
'build_irt': 1,
+ 'build_pnacl_newlib': 0,
+ 'build_nonsfi_helper': 1,
},
'include_dirs': [
'..',
@@ -31,8 +33,10 @@
'dependencies': [
'../native_client/tools.gyp:prep_toolchain',
'../base/base_nacl.gyp:base_nacl',
+ '../base/base_nacl.gyp:base_nacl_nonsfi',
'../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
'../ipc/ipc_nacl.gyp:ipc_nacl',
+ '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
'../ppapi/ppapi_shared_nacl.gyp:ppapi_shared_nacl',
'../components/tracing_nacl.gyp:tracing_nacl',
],

Powered by Google App Engine
This is Rietveld 408576698