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/android_webview.gyp | |
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/android_webview.gyp')
-rw-r--r-- | android_webview/android_webview.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index 8f04917..650f653 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -109,6 +109,7 @@ '../components/components.gyp:visitedlink_renderer', '../components/components.gyp:web_contents_delegate_android', '../content/content.gyp:content_app_both', + '../content/content.gyp:content_browser', '../gpu/gpu.gyp:command_buffer_service', '../gpu/gpu.gyp:gles2_implementation', '../gpu/gpu.gyp:gl_in_process_context', @@ -280,7 +281,7 @@ 'includes': [ '../build/java.gypi' ], }, ], - }, { # android_webview_build==1 + }, { # android_webview_build==1 'targets': [ { 'target_name': 'android_webview_jarjar_ui_resources', |