Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: android_webview/native/DEPS

Issue 415043006: [Android WebView] AwMediaUrlInterceptor to handle media assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/browser", 2 "+content/public/browser",
3 "+content/public/test", 3 "+content/public/test",
4 "+media/base/android",
4 "+ui/gfx", 5 "+ui/gfx",
5 "+ui/shell_dialogs", 6 "+ui/shell_dialogs",
6 7
7 # Components that Android WebView depends on. 8 # Components that Android WebView depends on.
8 "+components/autofill/content/browser", 9 "+components/autofill/content/browser",
9 "+components/autofill/core/browser", 10 "+components/autofill/core/browser",
10 "+components/autofill/core/common", 11 "+components/autofill/core/common",
11 "+components/data_reduction_proxy/browser", 12 "+components/data_reduction_proxy/browser",
12 "+components/navigation_interception", 13 "+components/navigation_interception",
13 "+components/user_prefs", 14 "+components/user_prefs",
14 "+components/web_contents_delegate_android", 15 "+components/web_contents_delegate_android",
15 16
16 "+printing", 17 "+printing",
17 18
18 ] 19 ]
OLDNEW
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | android_webview/native/aw_media_url_interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698