diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 21:52:32 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 21:52:32 +0000 |
commit | 982371ec6aebb5459d2465036aa86dbb816e5640 (patch) | |
tree | 26ba69593f05003b5089d530c6252850ee3cd1ab /chrome/common/DEPS | |
parent | 042d08ff105ee01ec455eaa3a561d523fcf959dd (diff) | |
download | chromium_src-982371ec6aebb5459d2465036aa86dbb816e5640.zip chromium_src-982371ec6aebb5459d2465036aa86dbb816e5640.tar.gz chromium_src-982371ec6aebb5459d2465036aa86dbb816e5640.tar.bz2 |
IPC messages definitions for audio related requests from
renderer to browser.
Defined IPC messages that maps to methods exposed by
AudioRendererHost that serves audio related requests.
Also with handlers in ResourceMessageFilter for the newly
added IPC messages.
Review URL: http://codereview.chromium.org/21340
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index b041492..f4f560b 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+chrome/plugin", # For checking whether we're a plugin process. "+grit", # For generated headers "+libxml", + "+media/audio", "+sandbox/src", "+skia/include", "+webkit/glue", |