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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2753753004: Remove VoEHardware interface. (Closed)
Patch Set: rebase Created 3 years, 9 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/voice_engine/include/voe_hardware.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 31cdff8d5c43facf4efe76000be050dd033966fe..17c33ffd9ce84e4c0fe118d20b72d319f72c9913 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -78,7 +78,6 @@ rtc_static_library("voice_engine") {
"include/voe_codec.h",
"include/voe_errors.h",
"include/voe_file.h",
- "include/voe_hardware.h",
"include/voe_network.h",
"include/voe_rtp_rtcp.h",
"monitor_module.h",
@@ -100,8 +99,6 @@ rtc_static_library("voice_engine") {
"voe_codec_impl.h",
"voe_file_impl.cc",
"voe_file_impl.h",
- "voe_hardware_impl.cc",
- "voe_hardware_impl.h",
"voe_network_impl.cc",
"voe_network_impl.h",
"voe_rtp_rtcp_impl.cc",
@@ -272,8 +269,6 @@ if (rtc_include_tests) {
"test/auto_test/standard/dtmf_test.cc",
"test/auto_test/standard/file_before_streaming_test.cc",
"test/auto_test/standard/file_test.cc",
- "test/auto_test/standard/hardware_before_initializing_test.cc",
- "test/auto_test/standard/hardware_test.cc",
"test/auto_test/standard/mixing_test.cc",
"test/auto_test/standard/rtp_rtcp_before_streaming_test.cc",
"test/auto_test/standard/rtp_rtcp_extensions.cc",
@@ -285,12 +280,6 @@ if (rtc_include_tests) {
"test/auto_test/voe_test_defines.h",
]
- if (!is_android) {
- # Some tests are not supported on android yet, exclude these tests.
- sources +=
- [ "test/auto_test/standard/hardware_before_streaming_test.cc" ]
- }
-
defines = []
if (rtc_enable_protobuf) {
« no previous file with comments | « no previous file | webrtc/voice_engine/include/voe_hardware.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698