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

Unified Diff: ppapi/ppapi_nacl_test_common.gypi

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 | « ppapi/ppapi_nacl.gyp ('k') | third_party/libjingle/libjingle_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_nacl_test_common.gypi
diff --git a/ppapi/ppapi_nacl_test_common.gypi b/ppapi/ppapi_nacl_test_common.gypi
index 79024f3979fb75e73a636f2072972cffd8ab5a7a..fd1cf274b5f42b317b95e723dcd46527e4786631 100644
--- a/ppapi/ppapi_nacl_test_common.gypi
+++ b/ppapi/ppapi_nacl_test_common.gypi
@@ -14,6 +14,7 @@
# variables overriden inside a target_condition block in this file will not
# affect the values in untrusted.gypi.
'variables': {
+ 'nacl_untrusted_build': 1,
Nico 2015/09/15 01:01:20 (seems like every target including this gypi proba
bradnelson 2015/09/15 01:25:16 Not sure. There may be places where not every targ
'test_files': [],
'generate_nmf%': 1,
'nacl_newlib_out_dir': '<(PRODUCT_DIR)/>(nexe_destination_dir)/newlib',
« no previous file with comments | « ppapi/ppapi_nacl.gyp ('k') | third_party/libjingle/libjingle_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698