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

Unified Diff: webrtc/base/base.gyp

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 | « no previous file | webrtc/build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 4564504aabf01390c1a12829b73a7145b53f0744..7fd87cc3571d5d60f3ef3c94d0187e4e148ad272 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -470,7 +470,7 @@
],
},
}],
- ['OS=="mac" or OS=="ios"', {
+ ['(OS=="mac" or OS=="ios") and nacl_untrusted_build==0', {
'sources': [
'maccocoathreadhelper.h',
'maccocoathreadhelper.mm',
@@ -550,7 +550,7 @@
}],
],
}],
- ['OS=="win"', {
+ ['OS=="win" and nacl_untrusted_build==0', {
'sources': [
'win32.cc',
'win32.h',
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698