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

Unified Diff: ppapi/ppapi_nacl.gyp

Issue 1332163005: nacl: Be more consistent about setting nacl_untrusted_build on targets that use untrusted.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | ppapi/ppapi_nacl_test_common.gypi » ('j') | ppapi/ppapi_nacl_test_common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_nacl.gyp
diff --git a/ppapi/ppapi_nacl.gyp b/ppapi/ppapi_nacl.gyp
index aa7b718bec8394f59bc86d589545a1a395aecbfe..b546954dff81b9451b61301a218e5379ecb85264 100644
--- a/ppapi/ppapi_nacl.gyp
+++ b/ppapi/ppapi_nacl.gyp
@@ -18,6 +18,7 @@
'variables': {
'nlib_target': 'libppapi_cpp.a',
'nso_target': 'libppapi_cpp.so',
+ 'nacl_untrusted_build': 1,
'build_glibc': 1,
'build_newlib': 1,
'build_pnacl_newlib': 1,
@@ -33,6 +34,7 @@
'type': 'none',
'variables': {
'nlib_target': 'libppapi_gles2.a',
+ 'nacl_untrusted_build': 1,
'nso_target': 'libppapi_gles2.so',
'build_glibc': 1,
'build_newlib': 1,
@@ -76,6 +78,7 @@
'GL_GLEXT_PROTOTYPES',
],
'nexe_target': 'ppapi_nacl_tests',
+ 'nacl_untrusted_build': 1,
'build_newlib': 1,
'include_dirs': [
'lib/gl/include',
« no previous file with comments | « no previous file | ppapi/ppapi_nacl_test_common.gypi » ('j') | ppapi/ppapi_nacl_test_common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698