From 3a8051c8cb55e3c108c1f860dc743c42827ae4fa Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 15 Mar 2016 15:42:31 -0400 Subject: Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. This CL moves the fxjse.h header and splits the cfxjse_arguments.h into its own file. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1807623002 . --- fpdfsdk/include/javascript/DEPS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fpdfsdk/include/javascript/DEPS (limited to 'fpdfsdk/include/javascript/DEPS') diff --git a/fpdfsdk/include/javascript/DEPS b/fpdfsdk/include/javascript/DEPS new file mode 100644 index 0000000000..2846bdc69c --- /dev/null +++ b/fpdfsdk/include/javascript/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+xfa/fxjse/include' +] -- cgit v1.2.3