summaryrefslogtreecommitdiffstats
path: root/pdf/DEPS
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-03-04 22:06:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-05 06:07:08 +0000
commit16f763ce6608ade84839d6299a68070673fac9aa (patch)
tree3bec8bec2e9166f5e5f5cb21d2d8c5c817f1f359 /pdf/DEPS
parentdd0b6b289d867d8b15ffb25a6bdf22f8c0e976a7 (diff)
downloadchromium_src-16f763ce6608ade84839d6299a68070673fac9aa.zip
chromium_src-16f763ce6608ade84839d6299a68070673fac9aa.tar.gz
chromium_src-16f763ce6608ade84839d6299a68070673fac9aa.tar.bz2
Remove some duplicate code / constants in pdf/.
They were previously duplicated so the PDF module didn't have to depend on code in printing/, but now the PDF module has been merged into the main chrome binary. Review URL: https://codereview.chromium.org/980053002 Cr-Commit-Position: refs/heads/master@{#319225}
Diffstat (limited to 'pdf/DEPS')
-rw-r--r--pdf/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/DEPS b/pdf/DEPS
index aeba85b..316f7e7 100644
--- a/pdf/DEPS
+++ b/pdf/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+components/ui/zoom/page_zoom_constants.h",
"+net",
"+ppapi",
+ "+printing/units.h",
"+third_party/pdfium/fpdfsdk/include",
"+ui/events/keycodes/keyboard_codes.h",
"+v8/include/v8.h"