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

Side by Side Diff: android_webview/browser/DEPS

Issue 131893003: Skeleton surface interfaces in cc/surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add base and ui/gfx deps to fix win/mac component link Created 6 years, 11 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 | cc/DEPS » ('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 "-cc/surfaces",
8 9
9 "+components/auto_login_parser", 10 "+components/auto_login_parser",
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/navigation_interception", 14 "+components/navigation_interception",
14 "+components/user_prefs", 15 "+components/user_prefs",
15 "+components/visitedlink/browser", 16 "+components/visitedlink/browser",
16 "+components/webdata/common", 17 "+components/webdata/common",
17 18
18 "+content/public/browser", 19 "+content/public/browser",
19 "+content/public/test", 20 "+content/public/test",
20 21
21 "+printing", 22 "+printing",
22 23
23 "+ui/gfx", 24 "+ui/gfx",
24 "+ui/gl", 25 "+ui/gl",
25 26
26 "+webkit/gpu", 27 "+webkit/gpu",
27 28
28 # Temporary until we bundle our own favicon. See 29 # Temporary until we bundle our own favicon. See
29 # AwContentBrowserClient::GetDefaultFavicon 30 # AwContentBrowserClient::GetDefaultFavicon
30 "!grit/ui_resources.h", 31 "!grit/ui_resources.h",
31 32
32 # POD structure required by the find-in-page IPC messages. 33 # POD structure required by the find-in-page IPC messages.
33 "+third_party/WebKit/public/web/WebFindOptions.h", 34 "+third_party/WebKit/public/web/WebFindOptions.h",
34 # Interface required for in-process input event handling. 35 # Interface required for in-process input event handling.
35 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 36 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
36 ] 37 ]
OLDNEW
« no previous file with comments | « no previous file | cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698