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

Unified Diff: media/media_lib.scons

Issue 20131: Create AudioRendererHost in BrowserRenderProcessHost and hook with ResourceMessageFilter (Closed)
Patch Set: mac project files Created 11 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 | « media/media.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_lib.scons
diff --git a/media/media_lib.scons b/media/media_lib.scons
index 0e017b1d8bc671405bb0ddb230c82124c353429f..51676b1bb68e57c34f7508b409962c1d285fa108 100644
--- a/media/media_lib.scons
+++ b/media/media_lib.scons
@@ -56,6 +56,16 @@ input_files = ChromeFileList([
]),
])
+if env.Bit('linux'):
+ input_files.Extend([
+ 'audio/linux/audio_manager_linux.cc',
+ ])
+
+if env.Bit('mac'):
+ input_files.Extend([
+ 'audio/mac/audio_manager_mac.cc',
+ ])
+
if not env.Bit('windows'):
# Windows-specific files.
input_files.Remove(
« no previous file with comments | « media/media.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698