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

Side by Side Diff: android_webview/browser/DEPS

Issue 1083843002: android_webview: Remove dependency on webkit's ContextProviderInProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GLInProcess Created 5 years, 8 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
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/native/public", 5 "+android_webview/native/public",
6 "+android_webview/public/browser", 6 "+android_webview/public/browser",
7 7
8 "+cc", 8 "+cc",
9 "-cc/blink", 9 "-cc/blink",
10 "-cc/surfaces", 10 "-cc/surfaces",
(...skipping 11 matching lines...) Expand all
22 "+components/webdata/common", 22 "+components/webdata/common",
23 23
24 "+content/public/browser", 24 "+content/public/browser",
25 "+content/public/test", 25 "+content/public/test",
26 26
27 "+printing", 27 "+printing",
28 28
29 "+ui/gfx", 29 "+ui/gfx",
30 "+ui/gl", 30 "+ui/gl",
31 31
32 "+webkit/gpu",
33
34 # Temporary until we bundle our own favicon. See 32 # Temporary until we bundle our own favicon. See
35 # AwContentBrowserClient::GetDefaultFavicon 33 # AwContentBrowserClient::GetDefaultFavicon
36 "!ui/resources/grit/ui_resources.h", 34 "!ui/resources/grit/ui_resources.h",
37 35
38 # POD structure required by the find-in-page IPC messages. 36 # POD structure required by the find-in-page IPC messages.
39 "+third_party/WebKit/public/web/WebFindOptions.h", 37 "+third_party/WebKit/public/web/WebFindOptions.h",
40 # Interface required for in-process input event handling. 38 # Interface required for in-process input event handling.
41 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
42 ] 40 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698