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

Unified Diff: media/media.gyp

Issue 10790121: First step towards moving AudioDevice from content/ to media/audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: relaxing the notreached back to log(error) since nacl tests will otherwise fail Created 8 years, 5 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d18a9d50462009978905972c47fbb68f70266b3f..b75a704ad8d5cb5b5ef38e79931c15aac8778a5e 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -43,6 +43,10 @@
'audio/async_socket_io_handler_win.cc',
'audio/audio_buffers_state.cc',
'audio/audio_buffers_state.h',
+ 'audio/audio_device_ipc.cc',
+ 'audio/audio_device_ipc.h',
+ 'audio/audio_input_device_ipc.cc',
+ 'audio/audio_input_device_ipc.h',
'audio/audio_io.h',
'audio/audio_input_controller.cc',
'audio/audio_input_controller.h',
« media/audio/audio_input_device_ipc.h ('K') | « media/audio/audio_input_device_ipc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698