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

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: Update comments after closing ppapi bug 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
« no previous file with comments | « media/audio/audio_output_ipc.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 74e9b69e8956eee7ca145a63265bd909bf08f17d..6481c76af3a5b16bae55799ed70c9a9f0ba43167 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_input_ipc.cc',
+ 'audio/audio_input_ipc.h',
+ 'audio/audio_output_ipc.cc',
+ 'audio/audio_output_ipc.h',
'audio/audio_io.h',
'audio/audio_input_controller.cc',
'audio/audio_input_controller.h',
« no previous file with comments | « media/audio/audio_output_ipc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698