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

Unified Diff: webrtc/common_audio/common_audio.gyp

Issue 2340773003: GYP: Remove targets inside include_tests==1 that are converted to GN. (Closed)
Patch Set: Removed more and all isolate files. Created 4 years, 3 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/build/android_tests_noop.gyp ('k') | webrtc/common_audio/common_audio_unittests.isolate » ('j') | no next file with comments »
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 41f6111290817064748d91ca1b1b5d50e1864537..735c2b31078dce92cda7c20ff732b4c89020378d 100644
--- a/webrtc/common_audio/common_audio.gyp
+++ b/webrtc/common_audio/common_audio.gyp
@@ -228,114 +228,5 @@
},
], # targets
}],
- ['include_tests==1', {
- 'targets' : [
- {
- 'target_name': 'common_audio_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'common_audio',
- '<(webrtc_root)/test/test.gyp:test_support_main',
- '<(DEPTH)/testing/gmock.gyp:gmock',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'audio_converter_unittest.cc',
- 'audio_ring_buffer_unittest.cc',
- 'audio_util_unittest.cc',
- 'blocker_unittest.cc',
- 'channel_buffer_unittest.cc',
- 'fir_filter_unittest.cc',
- 'lapped_transform_unittest.cc',
- 'real_fourier_unittest.cc',
- 'resampler/resampler_unittest.cc',
- 'resampler/push_resampler_unittest.cc',
- 'resampler/push_sinc_resampler_unittest.cc',
- 'resampler/sinusoidal_linear_chirp_source.cc',
- 'resampler/sinusoidal_linear_chirp_source.h',
- 'ring_buffer_unittest.cc',
- 'signal_processing/real_fft_unittest.cc',
- 'signal_processing/signal_processing_unittest.cc',
- 'sparse_fir_filter_unittest.cc',
- 'vad/vad_core_unittest.cc',
- 'vad/vad_filterbank_unittest.cc',
- 'vad/vad_gmm_unittest.cc',
- 'vad/vad_sp_unittest.cc',
- 'vad/vad_unittest.cc',
- 'vad/vad_unittest.h',
- 'wav_header_unittest.cc',
- 'wav_file_unittest.cc',
- 'window_generator_unittest.cc',
- ],
- 'conditions': [
- ['rtc_use_openmax_dl==1', {
- 'defines': ['RTC_USE_OPENMAX_DL',],
- }],
- ['OS=="android"', {
- 'dependencies': [
- '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
- ],
- }],
- # Does not compile on iOS for arm: webrtc:5544.
- ['OS!="ios" or target_arch!="arm"' , {
- 'sources': [
- 'resampler/sinc_resampler_unittest.cc',
- ],
- }],
- ],
- },
- ], # targets
- 'conditions': [
- ['OS=="android"', {
- 'targets': [
- {
- 'target_name': 'common_audio_unittests_apk_target',
- 'type': 'none',
- 'dependencies': [
- '<(android_tests_path):common_audio_unittests_apk',
- ],
- },
- ],
- 'conditions': [
- ['test_isolation_mode != "noop"',
- {
- 'targets': [
- {
- 'target_name': 'common_audio_unittests_apk_run',
- 'type': 'none',
- 'dependencies': [
- '<(android_tests_path):common_audio_unittests_apk',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'common_audio_unittests_apk.isolate',
- ],
- },
- ],
- },
- ],
- ],
- }], # OS=="android"
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'common_audio_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'common_audio_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'common_audio_unittests.isolate',
- ],
- },
- ],
- }],
- ],
- }],
], # conditions
}
« no previous file with comments | « webrtc/build/android_tests_noop.gyp ('k') | webrtc/common_audio/common_audio_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698