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

Unified Diff: remoting/host/win/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
Index: remoting/host/win/BUILD.gn
diff --git a/remoting/host/win/BUILD.gn b/remoting/host/win/BUILD.gn
index d2cbec47a126ea6575c54740df09c7bd63274481..cd9beb4827aed9544e8f1d1669defe77bd888344 100644
--- a/remoting/host/win/BUILD.gn
+++ b/remoting/host/win/BUILD.gn
@@ -78,6 +78,8 @@ windows_manifest("dpi_aware_uiaccess_require_admin_exe_manifest") {
source_set("win") {
sources = [
+ "audio_volume_applier_win.cc",
+ "audio_volume_applier_win.h",
"com_imported_mstscax.tlh",
"com_security.cc",
"com_security.h",

Powered by Google App Engine
This is Rietveld 408576698