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

Unified Diff: remoting/protocol/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/proto/audio.proto ('k') | remoting/protocol/audio_pump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index a80cd848072b5104a5e59381043cc9df006bc400..78ed623f51d5b42ed0389c97994403f91b863a7f 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/features.gni")
static_library("protocol") {
sources = [
+ "audio_pump.cc",
+ "audio_pump.h",
"audio_reader.cc",
"audio_reader.h",
"audio_stub.h",
@@ -268,6 +270,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "audio_pump_unittest.cc",
"authenticator_test_base.cc",
"authenticator_test_base.h",
"capture_scheduler_unittest.cc",
« no previous file with comments | « remoting/proto/audio.proto ('k') | remoting/protocol/audio_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698