summaryrefslogtreecommitdiffstats
path: root/pdf/DEPS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 16:24:53 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 16:24:53 +0000
commit05663a313dfc0114a7c1890297003f4555ab7d56 (patch)
tree36ce4cc15e4260f19ca0a6df71598e3671d10557 /pdf/DEPS
parent1916850a4f64ef9bfc255ac4b255113b4c54e235 (diff)
downloadchromium_src-05663a313dfc0114a7c1890297003f4555ab7d56.zip
chromium_src-05663a313dfc0114a7c1890297003f4555ab7d56.tar.gz
chromium_src-05663a313dfc0114a7c1890297003f4555ab7d56.tar.bz2
Do not exclude pdf from DEPS check.
Otherwise the DEPS file under pdf/ directory has no effect. As a result of enabling it, some entries had to be added. BUG=None TEST=./tools/checkdeps/checkdeps.py - SUCCESS R=thestig@chromium.org Review URL: https://codereview.chromium.org/318763005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'pdf/DEPS')
-rw-r--r--pdf/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf/DEPS b/pdf/DEPS
index dce0cc8..73f2f8f 100644
--- a/pdf/DEPS
+++ b/pdf/DEPS
@@ -1,5 +1,9 @@
include_rules = [
+ "!chrome/browser/chrome_page_zoom_constants.h",
+ "!chrome/common/content_restriction.h",
+ "!content/public/common/page_zoom.h",
"+net",
"+ppapi",
"+third_party/pdfium/fpdfsdk/include",
+ "+ui/events/keycodes/keyboard_codes.h",
]