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

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: upload error, re-uploading. 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/browser_view_renderer.h » ('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",
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",
11 14
15 "+ui/gfx",
16 "+ui/gl",
17
12 # Temporary until we bundle our own favicon. See 18 # Temporary until we bundle our own favicon. See
13 # AwContentBrowserClient::GetDefaultFavicon 19 # AwContentBrowserClient::GetDefaultFavicon
14 "!grit/ui_resources.h", 20 "!grit/ui_resources.h",
15 21
16 # POD structure required by the find-in-page IPC messages. 22 # POD structure required by the find-in-page IPC messages.
17 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", 23 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h",
18 ] 24 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698