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

Side by Side Diff: android_webview/browser/DEPS

Issue 12041009: [Android WebView] Migrate the rendering code to a separate set of classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated and rebased. Created 7 years, 10 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
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",
6
7 "+cc",
5 8
6 "+components/auto_login_parser", 9 "+components/auto_login_parser",
7 "+components/navigation_interception", 10 "+components/navigation_interception",
8 "+components/visitedlink/browser", 11 "+components/visitedlink/browser",
9 12
10 "+content/public/browser", 13 "+content/public/browser",
14 "+ui/gfx",
joth 2013/02/06 20:26:31 nit: \n before the ui/.... section
Leandro GraciĆ” Gil 2013/02/07 12:43:56 Done.
15 "+ui/gl",
11 16
12 # Temporary until we bundle our own favicon. See 17 # Temporary until we bundle our own favicon. See
13 # AwContentBrowserClient::GetDefaultFavicon 18 # AwContentBrowserClient::GetDefaultFavicon
14 "!grit/ui_resources.h", 19 "!grit/ui_resources.h",
15 20
16 # POD structure required by the find-in-page IPC messages. 21 # POD structure required by the find-in-page IPC messages.
17 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", 22 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h",
18 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698