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

Side by Side Diff: android_webview/renderer/DEPS

Issue 23478022: [android_webview] Fixes for wrap_content layouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix findbugs + rebase Created 7 years, 3 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/native/aw_contents.cc ('k') | android_webview/renderer/aw_render_view_ext.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/common", 3 "+android_webview/common",
4 "+android_webview/renderer", 4 "+android_webview/renderer",
5 5
6 "+components/autofill/content/renderer", 6 "+components/autofill/content/renderer",
7 "+components/visitedlink/renderer", 7 "+components/visitedlink/renderer",
8 8
9 "+content/public/renderer", 9 "+content/public/renderer",
10 10
11 "+third_party/WebKit/public/platform", 11 "+third_party/WebKit/public/platform",
12 "+third_party/WebKit/public/web", 12 "+third_party/WebKit/public/web",
13 13
14 "+ui/gfx/size.h",
14 "+ui/gl/gpu_memory_buffer.h", 15 "+ui/gl/gpu_memory_buffer.h",
15 ] 16 ]
OLDNEW
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | android_webview/renderer/aw_render_view_ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698