From 544bbc6d81ee9d94a09809830b3f622f2dbad28a Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 14 Mar 2016 15:07:39 -0400 Subject: 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 . --- testing/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing') 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', ] -- cgit v1.2.3