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

Unified Diff: remoting/host/BUILD.gn

Issue 2254673002: Remove dependency on AudioStub in ConnectionToClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 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 | « remoting/codec/audio_encoder_verbatim.cc ('k') | remoting/host/audio_capturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index f7b88316c0f09c8e17f72f1900d4cbe337f33b94..fd1745dc51e5f3963f5c483aa2f10deb425215e6 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -108,8 +108,6 @@ static_library("host") {
"audio_capturer_mac.cc",
"audio_capturer_win.cc",
"audio_capturer_win.h",
- "audio_pump.cc",
- "audio_pump.h",
"audio_silence_detector.cc",
"audio_silence_detector.h",
"backoff_timer.cc",
@@ -562,7 +560,6 @@ source_set("unit_tests") {
testonly = true
sources = [
- "audio_pump_unittest.cc",
"audio_silence_detector_unittest.cc",
"backoff_timer_unittest.cc",
"chromeos/aura_desktop_capturer_unittest.cc",
« no previous file with comments | « remoting/codec/audio_encoder_verbatim.cc ('k') | remoting/host/audio_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698