summaryrefslogtreecommitdiffstats
path: root/pdf/DEPS
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-10-28 12:04:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-28 19:05:46 +0000
commit64c8e26697caef0ef26cf604da6747408efd7526 (patch)
treed261b8ec6be915f19c0ed6cb2c6cacea4e6f8a49 /pdf/DEPS
parent6e5ffd8ef4270016defc11948338eba827dc2acf (diff)
downloadchromium_src-64c8e26697caef0ef26cf604da6747408efd7526.zip
chromium_src-64c8e26697caef0ef26cf604da6747408efd7526.tar.gz
chromium_src-64c8e26697caef0ef26cf604da6747408efd7526.tar.bz2
Printing: Move some printing code out of pdf/ and into printing/.
This code was stuck in pdf/ previously because the PDF plugin was proprietary. Add unit tests now that the code has been moved out. Review URL: https://codereview.chromium.org/1421493002 Cr-Commit-Position: refs/heads/master@{#356600}
Diffstat (limited to 'pdf/DEPS')
-rw-r--r--pdf/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf/DEPS b/pdf/DEPS
index f6b076e..cbfcfbf 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",
"+v8/include/v8.h"
]