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

Side by Side Diff: android_webview/browser/DEPS

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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
« no previous file with comments | « no previous file | android_webview/browser/aw_autofill_manager_delegate.h » ('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 "-android_webview", 2 "-android_webview",
3 "+android_webview/browser", 3 "+android_webview/browser",
4 "+android_webview/common", 4 "+android_webview/common",
5 "+android_webview/public/browser", 5 "+android_webview/public/browser",
6 6
7 "+cc", 7 "+cc",
8 8
9 "+components/auto_login_parser", 9 "+components/auto_login_parser",
10 "+components/autofill/browser",
11 "+components/autofill/content/browser", 10 "+components/autofill/content/browser",
11 "+components/autofill/core/browser",
12 "+components/autofill/core/common", 12 "+components/autofill/core/common",
13 "+components/navigation_interception", 13 "+components/navigation_interception",
14 "+components/user_prefs", 14 "+components/user_prefs",
15 "+components/visitedlink/browser", 15 "+components/visitedlink/browser",
16 "+components/webdata/common", 16 "+components/webdata/common",
17 17
18 "+content/public/browser", 18 "+content/public/browser",
19 "+content/public/test", 19 "+content/public/test",
20 20
21 "+gpu/command_buffer/client", 21 "+gpu/command_buffer/client",
22 22
23 "+ui/gfx", 23 "+ui/gfx",
24 "+ui/gl", 24 "+ui/gl",
25 25
26 "+webkit/gpu", 26 "+webkit/gpu",
27 27
28 # Temporary until we bundle our own favicon. See 28 # Temporary until we bundle our own favicon. See
29 # AwContentBrowserClient::GetDefaultFavicon 29 # AwContentBrowserClient::GetDefaultFavicon
30 "!grit/ui_resources.h", 30 "!grit/ui_resources.h",
31 31
32 # POD structure required by the find-in-page IPC messages. 32 # POD structure required by the find-in-page IPC messages.
33 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", 33 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h",
34 # Interface required for in-process input event handling. 34 # Interface required for in-process input event handling.
35 "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h " 35 "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h "
36 ] 36 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_autofill_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698