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

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

Issue 2840773004: [Chromoting] Add AudioVolumeApplier to reduce the complexity and the dependency of kChannels (Closed)
Patch Set: Sync latest changes Created 3 years, 7 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/host/audio_volume_filter_unittest.cc ('k') | remoting/host/win/audio_volume_filter_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « remoting/host/audio_volume_filter_unittest.cc ('k') | remoting/host/win/audio_volume_filter_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698