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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

Issue 2699333002: Remove audio_mixer_manager_win.cc/.h. (Closed)
Patch Set: Created 3 years, 10 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 | webrtc/modules/audio_device/win/audio_mixer_manager_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 216ae0fb529ea0494de6297da46940181159f086..ddf74c6e9a842a31308437058b61bd279b739eb3 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -211,8 +211,6 @@ rtc_static_library("audio_device") {
sources += [
"win/audio_device_core_win.cc",
"win/audio_device_core_win.h",
- "win/audio_mixer_manager_win.cc",
- "win/audio_mixer_manager_win.h",
]
libs = [
# Required for the built-in WASAPI AEC.
« no previous file with comments | « no previous file | webrtc/modules/audio_device/win/audio_mixer_manager_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698