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

Side by Side Diff: android_webview/common/DEPS

Issue 54963005: Upstream printing changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: narrow the scope of deps Created 7 years 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
5 # TODO(sgurun) remove these deps after crbug.com/322276 is resolved
6 "+printing",
7 "+third_party/WebKit/public/web/WebPrintScalingOption.h",
tkent 2013/11/26 06:43:07 lgtm. Adding it because a source file is copied. I
8 "+ui/gfx/native_widget_types.h",
9 "+ui/gfx/rect.h",
10 "+ui/gfx/size.h",
11
5 "+ui/gl/gpu_memory_buffer.h", 12 "+ui/gl/gpu_memory_buffer.h",
6 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698