summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-26 11:52:36 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-26 11:52:36 +0000
commit94bbdac2dcb4ab8a719e21fec1e255ad1cad59f0 (patch)
tree89a8514e469183bf2cde15a88d6173a74ce2a6b3 /content/content_common.gypi
parent58cddec2e966620674519cb1d0cc56861687b380 (diff)
downloadchromium_src-94bbdac2dcb4ab8a719e21fec1e255ad1cad59f0.zip
chromium_src-94bbdac2dcb4ab8a719e21fec1e255ad1cad59f0.tar.gz
chromium_src-94bbdac2dcb4ab8a719e21fec1e255ad1cad59f0.tar.bz2
First step towards moving AudioDevice and AudioInputDevice from content/ to media/audio. This cl introduces new IPC interface files in media/audio that have the definitions of an IPC layer for AudioDevice and AudioInputDevice.
AudioMessageFilter, AudionInputMessageFilter and others have been updated to use definitions from these file but in order to keep the diffs simple, I haven't actually moved the files over to media/audio. That will be the next step (and then no code changes should be needed). TEST=There should be no functional changes here. If there are problems, they should be caught by our existing unit tests or build errors. Review URL: https://chromiumcodereview.appspot.com/10790121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 98a1eb5..18770e8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -269,7 +269,6 @@
'common/media/audio_messages.h',
'common/media/audio_param_traits.cc',
'common/media/audio_param_traits.h',
- 'common/media/audio_stream_state.h',
'common/media/media_stream_messages.h',
'common/media/media_stream_options.cc',
'common/media/media_stream_options.h',