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

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: Improved documentation 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..d57e00f0260dd1431641dc325484f7200a6ea888 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -93,6 +93,10 @@
# third party code will still have the reduced warning settings.
'chromium_code': 1,
+ # Targets are by default not NaCl untrusted code. Use this variable exclude
+ # code that uses libraries that aren't available in the NaCl sandbox.
+ '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