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

Side by Side Diff: pdf/pdfium/DEPS

Issue 2524143003: Print Preview: Add option to rasterize PDFs and add JPEG compression. (Closed)
Patch Set: Remove unnecessary struct and variable Created 4 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 "+gin/array_buffer.h", 2 "+gin/array_buffer.h",
3 "+gin/public", 3 "+gin/public",
4 "+printing/pdf_transform.h", 4 "+printing/pdf_transform.h",
5 "+printing/units.h", 5 "+printing/units.h",
6 "+third_party/pdfium/public", 6 "+third_party/pdfium/public",
7 "+ui/gfx/geometry/rect.h", 7 "+ui/gfx/geometry/rect.h",
8 "+ui/gfx/codec/jpeg_codec.h",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698