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

Unified Diff: third_party/libjingle/libjingle_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
Index: third_party/libjingle/libjingle_nacl.gyp
diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
index bc7a6beef452eb70bfd98ab1edbec6092035b4bb..53924b252c558b0da9f5e5ba62d95109abe4d4fe 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -301,6 +301,7 @@
'type': 'none',
'variables': {
'nlib_target': 'libjingle_p2p_constants_nacl.a',
+ 'nacl_untrusted_build': 1,
'build_glibc': 0,
'build_newlib': 1,
'build_pnacl_newlib': 1,

Powered by Google App Engine
This is Rietveld 408576698