summaryrefslogtreecommitdiffstats
path: root/content/test/DEPS
diff options
context:
space:
mode:
authorvrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 20:55:23 +0000
committervrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 20:55:23 +0000
commitcfb09c2d58ecb16b14192619695ea54570344ca7 (patch)
tree4d55c178533d474429eef44382fdc93c9fa0e28f /content/test/DEPS
parentef12d1e6acb871dbd01f330d0b10ada24d209371 (diff)
downloadchromium_src-cfb09c2d58ecb16b14192619695ea54570344ca7.zip
chromium_src-cfb09c2d58ecb16b14192619695ea54570344ca7.tar.gz
chromium_src-cfb09c2d58ecb16b14192619695ea54570344ca7.tar.bz2
Make AudioParameters a class instead of a struct
Also collapses some long parameter lists into AudioParameters and moves some of the hardcoded values (e.g. 16 bit audio in AudioDevice) to more appropriate locations. BUG=115902 TEST=manually testing everything works out Review URL: https://chromiumcodereview.appspot.com/9655018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/DEPS')
-rw-r--r--content/test/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/DEPS b/content/test/DEPS
index 87c46bc..8e567cd 100644
--- a/content/test/DEPS
+++ b/content/test/DEPS
@@ -1,5 +1,6 @@
include_rules = [
# Testing utilities can access anything in content/
"+content",
+ "+media/base", # For ChannelLayout in WebRTC tests.
"+ui/base/resource/data_pack.h"
]