summaryrefslogtreecommitdiffstats
path: root/webkit/support/DEPS
diff options
context:
space:
mode:
authortkent@google.com <tkent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 08:53:54 +0000
committertkent@google.com <tkent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 08:53:54 +0000
commita1b5b0a8c82a4ab349d41b854ba84cff94eb72a3 (patch)
tree9c1836870359923ee19f0b04bc3e01bfaf8203f3 /webkit/support/DEPS
parent1b4cd2c11c476f6c778da608b8bf4890fb78bbe4 (diff)
downloadchromium_src-a1b5b0a8c82a4ab349d41b854ba84cff94eb72a3.zip
chromium_src-a1b5b0a8c82a4ab349d41b854ba84cff94eb72a3.tar.gz
chromium_src-a1b5b0a8c82a4ab349d41b854ba84cff94eb72a3.tar.bz2
Allow including media/ files.
TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/669050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/DEPS')
-rw-r--r--webkit/support/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/support/DEPS b/webkit/support/DEPS
new file mode 100644
index 0000000..e27e2eb
--- /dev/null
+++ b/webkit/support/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+media"
+]