summaryrefslogtreecommitdiffstats
path: root/pdf/DEPS
diff options
context:
space:
mode:
authorwjmaclean <wjmaclean@chromium.org>2015-01-15 11:58:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-15 20:00:35 +0000
commit91ddc475b86c272db176e93b8522d11708b0353c (patch)
tree7466d2321705bbd2b26b7315fb0109f3430025c4 /pdf/DEPS
parentde9c14bda1e8f952c49cfdab12e94cb7fc473213 (diff)
downloadchromium_src-91ddc475b86c272db176e93b8522d11708b0353c.zip
chromium_src-91ddc475b86c272db176e93b8522d11708b0353c.tar.gz
chromium_src-91ddc475b86c272db176e93b8522d11708b0353c.tar.bz2
Refactor to move chrome_page_zoom functions to components/ui/zoom.
This refactor will allow non-chrome builds to access the functionality formerly provided by chrome_page_zoom. BUG=none TBR=sky@chromium.org Review URL: https://codereview.chromium.org/847703003 Cr-Commit-Position: refs/heads/master@{#311719}
Diffstat (limited to 'pdf/DEPS')
-rw-r--r--pdf/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/DEPS b/pdf/DEPS
index 37203f0..aeba85b 100644
--- a/pdf/DEPS
+++ b/pdf/DEPS
@@ -1,7 +1,7 @@
include_rules = [
- "!chrome/browser/chrome_page_zoom_constants.h",
"!chrome/common/content_restriction.h",
"!content/public/common/page_zoom.h",
+ "+components/ui/zoom/page_zoom_constants.h",
"+net",
"+ppapi",
"+third_party/pdfium/fpdfsdk/include",