summaryrefslogtreecommitdiff
path: root/fxjs/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-12 10:37:52 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-12 10:37:52 -0700
commit08fea801054f3afadb95d0a54efe7da6683c5c5d (patch)
treedc81937c50050c91e6f3ca483d2c0d9d1feceed0 /fxjs/DEPS
parent5a6c1398d0e559fb6a048cb0dca46ba9f9309a77 (diff)
downloadpdfium-08fea801054f3afadb95d0a54efe7da6683c5c5d.tar.xz
Rename fxjse/ to fxjs/ update files to match class names.
This Cl moves the fxjse/ directory to fxjs/ in anticipation of merging in fpdfsdk/jsapi. In the process the filenames are updated to better match the class contents. Static methods are moved to anonymous namespaces as possible. Review-Url: https://codereview.chromium.org/2136213002
Diffstat (limited to 'fxjs/DEPS')
-rw-r--r--fxjs/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/fxjs/DEPS b/fxjs/DEPS
new file mode 100644
index 0000000000..18698e4ce4
--- /dev/null
+++ b/fxjs/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ '+core/fxcrt/include',
+ # TODO(dsinclair): Layering violation. FXJSE can't include FPDFSDK.
+ '+fpdfsdk/jsapi/include',
+ '+v8/include',
+]