diff options
author | Oliver Chang <ochang@chromium.org> | 2016-03-18 16:45:33 -0700 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2016-03-18 16:45:33 -0700 |
commit | bf067b461368abf7303a1285183128790134b169 (patch) | |
tree | 539cedebd405e2b170c869c918e9f31171e998ab /testing/DEPS | |
parent | 262e3246921f284c97fdf8968f8093782df5d487 (diff) | |
download | pdfium-bf067b461368abf7303a1285183128790134b169.tar.xz |
Add an openjpeg libfuzzer.
BUG=591789
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1814223003 .
Diffstat (limited to 'testing/DEPS')
-rw-r--r-- | testing/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/DEPS b/testing/DEPS index 86d3090407..ce8bbe45f7 100644 --- a/testing/DEPS +++ b/testing/DEPS @@ -1,5 +1,6 @@ include_rules = [ '+core/include', + '+core/fxcodec', '+fpdfsdk/include', '+public', '+v8', |