From 8bd9ce00a0755d72c9b5b8ad43d8f50c2f51e5c5 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 9 Jun 2016 13:24:34 -0700 Subject: Move xfa/fxjse/ to fxjse/ This makes it clear that fxjse/ is a standalone component and should not be entangled with other xfa/ components. BUG=pdfium:506 Review-Url: https://codereview.chromium.org/2056663004 --- xfa/fxfa/DEPS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xfa/fxfa/DEPS (limited to 'xfa/fxfa/DEPS') diff --git a/xfa/fxfa/DEPS b/xfa/fxfa/DEPS new file mode 100644 index 0000000000..19fdfab516 --- /dev/null +++ b/xfa/fxfa/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+fxjse/include', +] -- cgit v1.2.3