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

Unified Diff: pdf/DEPS

Issue 1421493002: Printing: Move some printing code out of pdf/ and into printing/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/DEPS
diff --git a/pdf/DEPS b/pdf/DEPS
index f6b076e66a1460c9a64f2b6625271f60a3bfa5f2..cbfcfbfe9f60bbbf4451c4447a326ad3841ee0e9 100644
--- a/pdf/DEPS
+++ b/pdf/DEPS
@@ -3,8 +3,10 @@ include_rules = [
"+gin",
"+net",
"+ppapi",
+ "+printing/pdf_transform.h",
"+printing/units.h",
"+third_party/pdfium/public",
"+ui/events/keycodes/keyboard_codes.h",
+ "+ui/gfx/geometry/rect.h",
danakj 2015/10/28 18:16:04 you might wanna include all of geometry/.
Lei Zhang 2015/10/28 18:50:26 This code changes very slowly. I'll bug you again
"+v8/include/v8.h"
]
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698