summaryrefslogtreecommitdiff
path: root/fpdfsdk/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-13 10:48:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-13 10:48:22 -0700
commitabefb79577b32d291d14d7e01a70f6f8cf213bd3 (patch)
tree489ab4a6f8ddc0d7de4359e186134292434e2ea0 /fpdfsdk/DEPS
parentd66f9d0b1fb0af57960f9c7163c475968505ee4a (diff)
downloadpdfium-abefb79577b32d291d14d7e01a70f6f8cf213bd3.tar.xz
Make the CPDFXFA_App non-global
This CL changes CPDFXFA_App from a global object to a child of the CPDFXFA_Document objects. BUG=pdfium:623 Review-Url: https://codereview.chromium.org/2416753002
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r--fpdfsdk/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS
index 5b1f3c4f60..ce037d902e 100644
--- a/fpdfsdk/DEPS
+++ b/fpdfsdk/DEPS
@@ -3,6 +3,7 @@ include_rules = [
'+public',
'+v8',
'+xfa/fwl/core',
+ '+xfa/fxbarcode',
'+xfa/fxfa',
'+xfa/fxgraphics',
-]
+ ]