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 . --- xfa/fgas/font/DEPS | 3 +++ xfa/fxjse/DEPS | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 xfa/fgas/font/DEPS create mode 100644 xfa/fxjse/DEPS (limited to 'xfa') diff --git a/xfa/fgas/font/DEPS b/xfa/fgas/font/DEPS new file mode 100644 index 0000000000..2930dd036a --- /dev/null +++ b/xfa/fgas/font/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+third_party/freetype/include', +] diff --git a/xfa/fxjse/DEPS b/xfa/fxjse/DEPS new file mode 100644 index 0000000000..5cec1f887f --- /dev/null +++ b/xfa/fxjse/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + # TODO(dsinclair): Layering violation. XFA can't include FPDFSDK. + '+fpdfsdk/include/jsapi', + '+v8/include', +] -- cgit v1.2.3