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

Side by Side Diff: android_webview/native/DEPS

Issue 559063002: Remove webkit/browser/, point everything to storage/browser/ instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up DEPS per feedback Created 6 years, 3 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
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/native/aw_quota_manager_bridge_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+media/base/android",
5 "+storage/browser/quota",
5 "+storage/common/quota", 6 "+storage/common/quota",
6 "+ui/gfx", 7 "+ui/gfx",
7 "+ui/shell_dialogs", 8 "+ui/shell_dialogs",
8 9
9 # Components that Android WebView depends on. 10 # Components that Android WebView depends on.
10 "+components/autofill/content/browser", 11 "+components/autofill/content/browser",
11 "+components/autofill/core/browser", 12 "+components/autofill/core/browser",
12 "+components/autofill/core/common", 13 "+components/autofill/core/common",
13 "+components/data_reduction_proxy/browser", 14 "+components/data_reduction_proxy/browser",
14 "+components/navigation_interception", 15 "+components/navigation_interception",
15 "+components/user_prefs", 16 "+components/user_prefs",
16 "+components/web_contents_delegate_android", 17 "+components/web_contents_delegate_android",
17 18
18 "+printing", 19 "+printing",
19 20
20 ] 21 ]
OLDNEW
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/native/aw_quota_manager_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698