0

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
This commit is contained in:
tfarina@chromium.org
2014-06-05 16:24:53 +00:00
parent 1916850a4f
commit 05663a313d
2 changed files with 4 additions and 1 deletions

1
DEPS

@ -578,7 +578,6 @@ skip_child_includes = [
"metro_driver",
"native_client_sdk",
"o3d",
"pdf",
"sdch",
"skia",
"testing",

@ -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",
]