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

Side by Side Diff: printing/DEPS

Issue 1397333003: PDF Printing: embed browser user agent string in PDF metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | printing/pdf_metafile_skia.cc » ('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 "+jni", 2 "+jni",
3 "+chrome/common",
Lei Zhang 2015/11/05 16:41:40 Sorry, but this is a layering violation. Instead,
3 "+skia/ext", 4 "+skia/ext",
4 "+third_party/icu/source/common/unicode", 5 "+third_party/icu/source/common/unicode",
5 "+third_party/icu/source/i18n/unicode", 6 "+third_party/icu/source/i18n/unicode",
6 "+third_party/skia", 7 "+third_party/skia",
7 "+ui/aura", 8 "+ui/aura",
8 "+ui/base/resource", 9 "+ui/base/resource",
9 "+ui/base/text", 10 "+ui/base/text",
10 "+ui/gfx", 11 "+ui/gfx",
11 "+win8/util", 12 "+win8/util",
12 ] 13 ]
OLDNEW
« no previous file with comments | « no previous file | printing/pdf_metafile_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698