summaryrefslogtreecommitdiff
path: root/fxjse/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'fxjse/DEPS')
-rw-r--r--fxjse/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/fxjse/DEPS b/fxjse/DEPS
new file mode 100644
index 0000000000..18698e4ce4
--- /dev/null
+++ b/fxjse/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ '+core/fxcrt/include',
+ # TODO(dsinclair): Layering violation. FXJSE can't include FPDFSDK.
+ '+fpdfsdk/jsapi/include',
+ '+v8/include',
+]