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

Side by Side Diff: android_webview/browser/DEPS

Issue 54963005: Upstream printing changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years 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
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/content/browser", 10 "+components/autofill/content/browser",
11 "+components/autofill/core/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 "+printing",
22
21 "+ui/gfx", 23 "+ui/gfx",
22 "+ui/gl", 24 "+ui/gl",
23 25
24 "+webkit/gpu", 26 "+webkit/gpu",
25 27
26 # Temporary until we bundle our own favicon. See 28 # Temporary until we bundle our own favicon. See
27 # AwContentBrowserClient::GetDefaultFavicon 29 # AwContentBrowserClient::GetDefaultFavicon
28 "!grit/ui_resources.h", 30 "!grit/ui_resources.h",
29 31
30 # POD structure required by the find-in-page IPC messages. 32 # POD structure required by the find-in-page IPC messages.
31 "+third_party/WebKit/public/web/WebFindOptions.h", 33 "+third_party/WebKit/public/web/WebFindOptions.h",
32 # Interface required for in-process input event handling. 34 # Interface required for in-process input event handling.
33 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 35 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
34 ] 36 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/renderer_host/print_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698