summaryrefslogtreecommitdiff
path: root/testing/DEPS
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-19 12:04:05 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-19 12:04:05 -0700
commit5b13e1dc5770b73295f0c4a61c699a10eb7922e6 (patch)
treecfa3390af842b7a3da1490721d5961e99d6ea10e /testing/DEPS
parentbb5fa043a7ef2de165c7903548e5663a6f8bcf9a (diff)
downloadpdfium-5b13e1dc5770b73295f0c4a61c699a10eb7922e6.tar.xz
Add a fuzzer for CPDF_HintTables.
BUG=636559 Review-Url: https://codereview.chromium.org/2255083004
Diffstat (limited to 'testing/DEPS')
-rw-r--r--testing/DEPS5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/DEPS b/testing/DEPS
index babefb8593..d3cc6f3869 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -1,13 +1,14 @@
include_rules = [
- '+core/include',
+ '+core/fpdfapi',
'+core/fxcodec',
'+core/fxcrt/include',
'+core/fxge/include',
+ '+core/include',
'+fxjs/include',
'+public',
'+v8',
'+xfa/fde',
'+xfa/fgas',
- '+xfa/fxfa/parser',
'+xfa/fxfa/fm2js',
+ '+xfa/fxfa/parser',
]