diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-14 07:34:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-14 07:34:20 -0700 |
commit | 756d37943415ca15d491b79ba78012225a06db76 (patch) | |
tree | 817ecb7fc2a84e7562006931ff97ad46858fe4d3 /testing/DEPS | |
parent | fc6326d6cd51878c8ec3b8b51767dce368d07f67 (diff) | |
download | pdfium-756d37943415ca15d491b79ba78012225a06db76.tar.xz |
Add fuzzer for FDE CSS syntax parser.
This CL adds a fuzzer for the CSS Syntax parser in XFA.
BUG=chromium:587126
Review-Url: https://codereview.chromium.org/2068513002
Diffstat (limited to 'testing/DEPS')
-rw-r--r-- | testing/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/DEPS b/testing/DEPS index 2e7767721a..44e064607f 100644 --- a/testing/DEPS +++ b/testing/DEPS @@ -6,6 +6,8 @@ include_rules = [ '+fpdfsdk/jsapi/include', '+public', '+v8', + '+xfa/fde', + '+xfa/fgas', '+xfa/fxfa/parser', '+xfa/fxfa/fm2js', ] |