| Index: webrtc/voice_engine/BUILD.gn
|
| diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
|
| index 028e4d198564f763a23394dfc84360b4efc17e58..e2755f3004b961dce1417246d9926c3bc200591c 100644
|
| --- a/webrtc/voice_engine/BUILD.gn
|
| +++ b/webrtc/voice_engine/BUILD.gn
|
| @@ -83,7 +83,6 @@ rtc_static_library("voice_engine") {
|
| "include/voe_neteq_stats.h",
|
| "include/voe_network.h",
|
| "include/voe_rtp_rtcp.h",
|
| - "include/voe_video_sync.h",
|
| "include/voe_volume_control.h",
|
| "monitor_module.cc",
|
| "monitor_module.h",
|
| @@ -115,8 +114,6 @@ rtc_static_library("voice_engine") {
|
| "voe_network_impl.h",
|
| "voe_rtp_rtcp_impl.cc",
|
| "voe_rtp_rtcp_impl.h",
|
| - "voe_video_sync_impl.cc",
|
| - "voe_video_sync_impl.h",
|
| "voe_volume_control_impl.cc",
|
| "voe_volume_control_impl.h",
|
| "voice_engine_defines.h",
|
| @@ -376,7 +373,6 @@ if (rtc_include_tests) {
|
| "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc",
|
| "test/auto_test/standard/rtp_rtcp_extensions.cc",
|
| "test/auto_test/standard/rtp_rtcp_test.cc",
|
| - "test/auto_test/standard/video_sync_test.cc",
|
| "test/auto_test/standard/voe_base_misc_test.cc",
|
| "test/auto_test/standard/volume_test.cc",
|
| "test/auto_test/voe_conference_test.cc",
|
|
|