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

Side by Side Diff: android_webview/browser/DEPS

Issue 480693002: Use a qualified path for ui_resources.h grit includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 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_content_browser_client.cc » ('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/native", 5 "+android_webview/native",
6 "+android_webview/public/browser", 6 "+android_webview/public/browser",
7 7
8 "+cc", 8 "+cc",
9 "-cc/surfaces", 9 "-cc/surfaces",
10 10
(...skipping 13 matching lines...) Expand all
24 24
25 "+printing", 25 "+printing",
26 26
27 "+ui/gfx", 27 "+ui/gfx",
28 "+ui/gl", 28 "+ui/gl",
29 29
30 "+webkit/gpu", 30 "+webkit/gpu",
31 31
32 # Temporary until we bundle our own favicon. See 32 # Temporary until we bundle our own favicon. See
33 # AwContentBrowserClient::GetDefaultFavicon 33 # AwContentBrowserClient::GetDefaultFavicon
34 "!grit/ui_resources.h", 34 "!ui/resources/grit/ui_resources.h",
35 35
36 # POD structure required by the find-in-page IPC messages. 36 # POD structure required by the find-in-page IPC messages.
37 "+third_party/WebKit/public/web/WebFindOptions.h", 37 "+third_party/WebKit/public/web/WebFindOptions.h",
38 # Interface required for in-process input event handling. 38 # Interface required for in-process input event handling.
39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
40 ] 40 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698