summaryrefslogtreecommitdiff
path: root/xfa/fxjse
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-14 15:07:39 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-14 15:07:39 -0400
commit544bbc6d81ee9d94a09809830b3f622f2dbad28a (patch)
tree8f185de3097fbe7d220ba804829fe793e1ee301c /xfa/fxjse
parent1770c021cf998ff1b33855b1397f6ea8ff9f7cd7 (diff)
downloadpdfium-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 'xfa/fxjse')
-rw-r--r--xfa/fxjse/DEPS5
1 files changed, 5 insertions, 0 deletions
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',
+]