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

Unified Diff: remoting/host/win/BUILD.gn

Issue 2840773004: [Chromoting] Add AudioVolumeApplier to reduce the complexity and the dependency of kChannels (Closed)
Patch Set: Resolve review comments 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..c1ae49c5c2d87f1ff02ebca12527dee0448e02c6 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_filter_win.cc",
+ "audio_volume_filter_win.h",
"com_imported_mstscax.tlh",
"com_security.cc",
"com_security.h",

Powered by Google App Engine
This is Rietveld 408576698