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

Side by Side Diff: android_webview/browser/DEPS

Issue 2745803003: autofill-try
Patch Set: autofill-try Created 3 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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/aw_contents.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/grit", 5 "+android_webview/grit",
6 "+android_webview/jni", 6 "+android_webview/jni",
7 "+android_webview/public/browser", 7 "+android_webview/public/browser",
8 8
9 "+cc", 9 "+cc",
10 "-cc/blink", 10 "-cc/blink",
11 11
12 "+components/autofill/android",
12 "+components/autofill/content/browser", 13 "+components/autofill/content/browser",
13 "+components/autofill/core/browser", 14 "+components/autofill/core/browser",
14 "+components/autofill/core/common", 15 "+components/autofill/core/common",
15 "+components/cdm/browser", 16 "+components/cdm/browser",
16 "+components/crash/content/browser", 17 "+components/crash/content/browser",
17 "+components/navigation_interception", 18 "+components/navigation_interception",
18 "+components/policy/core/browser", 19 "+components/policy/core/browser",
19 "+components/policy/core/common", 20 "+components/policy/core/common",
20 "+components/pref_registry", 21 "+components/pref_registry",
21 "+components/printing/browser", 22 "+components/printing/browser",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 58
58 # Temporary until we bundle our own favicon. See 59 # Temporary until we bundle our own favicon. See
59 # AwContentBrowserClient::GetDefaultFavicon 60 # AwContentBrowserClient::GetDefaultFavicon
60 "!ui/resources/grit/ui_resources.h", 61 "!ui/resources/grit/ui_resources.h",
61 62
62 # POD structure required by the find-in-page IPC messages. 63 # POD structure required by the find-in-page IPC messages.
63 "+third_party/WebKit/public/web/WebFindOptions.h", 64 "+third_party/WebKit/public/web/WebFindOptions.h",
64 # Interface required for in-process input event handling. 65 # Interface required for in-process input event handling.
65 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 66 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
66 ] 67 ]
OLDNEW
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/aw_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698