diff options
author | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 23:54:51 +0000 |
---|---|---|
committer | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 23:54:51 +0000 |
commit | 5f811a2dee281e17592fe48973e96451fbccb479 (patch) | |
tree | d98a0250b0c43156f0a0f1b0ba5a2f5c9b80f479 /webkit/glue/DEPS | |
parent | 237af6d357830f2115153f5742c8c9fd54cbf176 (diff) | |
download | chromium_src-5f811a2dee281e17592fe48973e96451fbccb479.zip chromium_src-5f811a2dee281e17592fe48973e96451fbccb479.tar.gz chromium_src-5f811a2dee281e17592fe48973e96451fbccb479.tar.bz2 |
Add Chromium-side changes for MediaSource::isTypeSupported()
BUG=172687
TEST=Existing tests pass & will be tested by a LayoutTest when the WebKit side lands.
Review URL: https://chromiumcodereview.appspot.com/12713004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index 9520156..629d0b4 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+gpu", + "+media/filters", "+skia/ext", "+skia/include", "+ui", |