summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/DEPS
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-23 00:25:23 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-23 00:25:23 +0000
commitf70f061e17087785320b732ed985a580444464e7 (patch)
treec19764c1b2b95b2c51e55c0ac9c194c8ba0d4161 /content/browser/renderer_host/DEPS
parentb8c17f9383c180b17855312481551e0b96b13537 (diff)
downloadchromium_src-f70f061e17087785320b732ed985a580444464e7.zip
chromium_src-f70f061e17087785320b732ed985a580444464e7.tar.gz
chromium_src-f70f061e17087785320b732ed985a580444464e7.tar.bz2
Audio sample-rate should not be queried directly from the renderer process.
BUG=http://code.google.com/p/chromium/issues/detail?id=90139 TEST=none (tested on a MacBook Pro with Lion installed to verify the fix) Review URL: http://codereview.chromium.org/7489023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/DEPS')
-rw-r--r--content/browser/renderer_host/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index e773049..edcdf9e 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+content/renderer", # For single-process mode.
"+media/base", # For media command line switches.
+ "+media/audio/audio_util.h", # For audio hardware sample-rate.
"+third_party/zlib",
]