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

Unified Diff: webrtc/common_audio/common_audio.gyp

Issue 1457053003: Remove build_with_libjingle and exclude failing iOS tests from 'All' target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed modules_unittests for iOS simulator builds Created 5 years, 1 month 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: webrtc/common_audio/common_audio.gyp
diff --git a/webrtc/common_audio/common_audio.gyp b/webrtc/common_audio/common_audio.gyp
index 43c7ac52c5e401c3b46f35b8887a5322510f9475..f0a6fc94734da4cdc2583b7547f5cb7cf81b5a8d 100644
--- a/webrtc/common_audio/common_audio.gyp
+++ b/webrtc/common_audio/common_audio.gyp
@@ -228,9 +228,10 @@
},
], # targets
}],
- ['include_tests==1', {
+ ['include_tests==1 and OS!="ios"', {
'targets' : [
{
+ # Does not compile on iOS: webrtc:4755.
'target_name': 'common_audio_unittests',
'type': '<(gtest_target_type)',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698