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

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

Issue 2255173002: Remove audio_device_test_func. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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/audio_device/test/README.txt » ('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 6173c7b6e3acc13b17b8a189a90c736341eceec9..4684a09427a8ca074e4362fbab2096d9e691bdfc 100644
--- a/webrtc/modules/audio_device/audio_device.gypi
+++ b/webrtc/modules/audio_device/audio_device.gypi
@@ -277,24 +277,6 @@
'test/audio_device_test_defines.h',
],
},
- {
- 'target_name': 'audio_device_test_func',
- 'type': 'executable',
- 'dependencies': [
- 'audio_device',
- 'webrtc_utility',
- '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- '<(webrtc_root)/test/test.gyp:test_support',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'test/audio_device_test_func.cc',
- 'test/audio_device_test_defines.h',
- 'test/func_test_manager.cc',
- 'test/func_test_manager.h',
- ],
- },
], # targets
}], # include_tests==1 and OS!=ios
],
« no previous file with comments | « no previous file | webrtc/modules/audio_device/test/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698