diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-14 15:07:39 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-14 15:07:39 -0400 |
commit | 544bbc6d81ee9d94a09809830b3f622f2dbad28a (patch) | |
tree | 8f185de3097fbe7d220ba804829fe793e1ee301c /testing/DEPS | |
parent | 1770c021cf998ff1b33855b1397f6ea8ff9f7cd7 (diff) | |
download | pdfium-544bbc6d81ee9d94a09809830b3f622f2dbad28a.tar.xz |
Add missing DEPS files; enable checkdeps.
This CL adds the needed DEPS files to make checkdeps pass correctly. The
checkdeps PRESUBMIT method has been copied from Chromium and is enabled on
CL upload.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1801923002 .
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 949e92821f..86d3090407 100644 --- a/testing/DEPS +++ b/testing/DEPS @@ -3,4 +3,6 @@ include_rules = [ '+fpdfsdk/include', '+public', '+v8', + '+xfa/fxfa/parser', + '+xfa/fxfa/fm2js', ] |