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

Side by Side Diff: android_webview/common/DEPS

Issue 822133003: Refactor webview to use //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-android_webview", 2 "-android_webview",
3 "+android_webview/common", 3 "+android_webview/common",
4 4 "+components/printing/common",
5 # TODO(sgurun) remove these deps after crbug.com/322276 is resolved
6 "+printing",
7 "+third_party/WebKit/public/web/WebPrintScalingOption.h",
8 "+ui/gfx/native_widget_types.h",
9 "+ui/gfx/rect.h",
10 "+ui/gfx/size.h",
11
12 "+ui/gl/gpu_memory_buffer.h",
13 ] 5 ]
OLDNEW
« no previous file with comments | « android_webview/browser/renderer_host/print_manager.cc ('k') | android_webview/common/android_webview_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698