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

Unified Diff: webrtc/build/common.gypi

Issue 1984613002: base.gyp: Add conditions for NaCl builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 | « webrtc/base/base.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index 4006d1745aabc7526b5ee111672d9220274765c3..a54d61d30d486c97f99eb8b0e0c6ef7d05217ef8 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -93,6 +93,9 @@
# third party code will still have the reduced warning settings.
'chromium_code': 1,
+ # Targets are by default not NaCl untrusted code.
perkj_webrtc 2016/05/16 12:37:20 Can you add a little bit more descriptive text wha
kjellander_webrtc 2016/05/20 07:16:33 Done.
+ 'nacl_untrusted_build%': 0,
+
# Set to 1 to enable code coverage on Linux using the gcov library.
'coverage%': 0,
« no previous file with comments | « webrtc/base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698