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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2384063004: Move audio decoding to protocol layer (Closed)
Patch Set: Created 4 years, 2 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
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 4c0a3a67f729f3563acd61492360dadfa78318c4..a8711cf74589a1754b2d5bbb292ca227fcf0d46b 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_decode_scheduler.cc",
+ "audio_decode_scheduler.h",
"audio_pump.cc",
"audio_pump.h",
"audio_reader.cc",
@@ -273,6 +275,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "audio_decode_scheduler_unittest.cc",
"audio_pump_unittest.cc",
"authenticator_test_base.cc",
"authenticator_test_base.h",

Powered by Google App Engine
This is Rietveld 408576698