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

Unified Diff: remoting/host/BUILD.gn

Issue 2840773004: [Chromoting] Add AudioVolumeApplier to reduce the complexity and the dependency of kChannels (Closed)
Patch Set: Created 3 years, 8 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 | remoting/host/audio_capturer_linux.cc » ('j') | remoting/host/audio_volume_applier.h » ('J')
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 cb35bfe4e52daf3e522698d008ad717f74077973..a4e542b0fd0599e734af90861ea004f5ab695c10 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -64,6 +64,8 @@ static_library("host") {
"audio_capturer_win.h",
"audio_silence_detector.cc",
"audio_silence_detector.h",
+ "audio_volume_applier.cc",
+ "audio_volume_applier.h",
"backoff_timer.cc",
"backoff_timer.h",
"basic_desktop_environment.cc",
@@ -478,6 +480,7 @@ source_set("unit_tests") {
sources = [
"audio_silence_detector_unittest.cc",
+ "audio_volume_applier_unittest.cc",
"backoff_timer_unittest.cc",
"chromeos/aura_desktop_capturer_unittest.cc",
"chromeos/clipboard_aura_unittest.cc",
« no previous file with comments | « no previous file | remoting/host/audio_capturer_linux.cc » ('j') | remoting/host/audio_volume_applier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698