diff options
author | igsolla@chromium.org <igsolla@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-04 10:44:11 +0000 |
---|---|---|
committer | igsolla@chromium.org <igsolla@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-04 10:44:11 +0000 |
commit | 63ab505287d5bdb12740ca402ed83d38854f3366 (patch) | |
tree | 73510427965a718badaf90e87b7db52ac3568361 /android_webview/DEPS | |
parent | c1ec0fb18fb72c01d156f23c2836c1a7b92d4747 (diff) | |
download | chromium_src-63ab505287d5bdb12740ca402ed83d38854f3366.zip chromium_src-63ab505287d5bdb12740ca402ed83d38854f3366.tar.gz chromium_src-63ab505287d5bdb12740ca402ed83d38854f3366.tar.bz2 |
[Android WebView] AwMediaUrlInterceptor to handle media assets.
This change registers an AwMediaUrlInterceptor to enable apps
to play media assets.
This is a follow-up change to:
https://codereview.chromium.org/411353002/
BUG=387898
Review URL: https://codereview.chromium.org/415043006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r-- | android_webview/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS index 97888c1..3ac3557 100644 --- a/android_webview/DEPS +++ b/android_webview/DEPS @@ -1,4 +1,4 @@ -# Please include joth@ and (joi@ or erikwright@) on the review for any changes +# Please include benm@ and (erikwright@) on the review for any changes # to DEPS files under android_webview/ # Do not add any includes under chrome/ anywhere in android_webview. @@ -8,6 +8,7 @@ include_rules = [ "-android_webview/lib", "+components/data_reduction_proxy", + "+content/browser/media/android", "+content/public/common", "+crypto", "+gpu", |