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

Unified Diff: webrtc/common_audio/common_audio.gyp

Issue 1698033002: iOS: Enable modules_unittests and common_audio_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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/modules/modules.gyp » ('j') | webrtc/modules/modules.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/common_audio.gyp
diff --git a/webrtc/common_audio/common_audio.gyp b/webrtc/common_audio/common_audio.gyp
index f0a6fc94734da4cdc2583b7547f5cb7cf81b5a8d..7a168bc895ee7de3a76084ae6c7915fa8368125a 100644
--- a/webrtc/common_audio/common_audio.gyp
+++ b/webrtc/common_audio/common_audio.gyp
@@ -228,10 +228,9 @@
},
], # targets
}],
- ['include_tests==1 and OS!="ios"', {
+ ['include_tests==1', {
'targets' : [
{
- # Does not compile on iOS: webrtc:4755.
'target_name': 'common_audio_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -251,7 +250,6 @@
'resampler/resampler_unittest.cc',
'resampler/push_resampler_unittest.cc',
'resampler/push_sinc_resampler_unittest.cc',
- 'resampler/sinc_resampler_unittest.cc',
'resampler/sinusoidal_linear_chirp_source.cc',
'resampler/sinusoidal_linear_chirp_source.h',
'ring_buffer_unittest.cc',
@@ -278,6 +276,12 @@
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
],
}],
+ # Does not compile on iOS: webrtc:4755.
+ ['OS!="ios"', {
+ 'sources': [
+ 'resampler/sinc_resampler_unittest.cc',
+ ],
+ }],
],
},
], # targets
« no previous file with comments | « no previous file | webrtc/modules/modules.gyp » ('j') | webrtc/modules/modules.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698