summaryrefslogtreecommitdiff
path: root/testing/DEPS
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-05-18 14:11:29 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-18 18:24:51 +0000
commit14aacd5825bcbeca10326f52612bbc2fdb298485 (patch)
tree7b6c2a43e6bddb6b13e938299d5c6ac7a81b4b46 /testing/DEPS
parentf0a404d41fcc72f59b528002ef9b2d6011992bc8 (diff)
downloadpdfium-14aacd5825bcbeca10326f52612bbc2fdb298485.tar.xz
Adding fm2js embedder tests
This Cl adds the basis of the test framework to execute the javascript produced by CXFA_FM2JSContext and verify the results are correct. Change-Id: Ie46625b7e27ca0808e9cc41fdc00b7c0a212837d Reviewed-on: https://pdfium-review.googlesource.com/5651 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'testing/DEPS')
-rw-r--r--testing/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/DEPS b/testing/DEPS
index 5adeb4141b..d0dc17242b 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -1,6 +1,8 @@
include_rules = [
'+core',
+ '+fpdfsdk',
'+fxjs',
'+public',
'+v8',
+ '+xfa'
]