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

Unified Diff: webrtc/modules/audio_device/audio_device.gypi

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/modules/audio_decoder_unittests_apk.isolate ('k') | webrtc/modules/audio_device_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/audio_device.gypi
diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi
index 7d9e227bd4c872b29f68cf5487b3714fe0a06ec0..725d9354ef1e6fb04bd160b36c0fce38c28a8fa4 100644
--- a/webrtc/modules/audio_device/audio_device.gypi
+++ b/webrtc/modules/audio_device/audio_device.gypi
@@ -255,28 +255,5 @@
], # conditions
},
],
- 'conditions': [
- # Does not compile on iOS: webrtc:4755.
- ['include_tests==1 and OS!="ios"', {
- 'targets': [
- {
- 'target_name': 'audio_device_tests',
- 'type': 'executable',
- 'dependencies': [
- 'audio_device',
- 'webrtc_utility',
- '<(webrtc_root)/test/test.gyp:test_support_main',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
- ],
- 'sources': [
- 'test/audio_device_test_api.cc',
- 'test/audio_device_test_defines.h',
- ],
- },
- ], # targets
- }], # include_tests==1 and OS!=ios
- ],
}
« no previous file with comments | « webrtc/modules/audio_decoder_unittests_apk.isolate ('k') | webrtc/modules/audio_device_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698