summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-15 15:42:31 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-15 15:42:31 -0400
commit3a8051c8cb55e3c108c1f860dc743c42827ae4fa (patch)
treea74f6fe441e57669f7b25766f1d724e8ef8ed0d4 /BUILD.gn
parent56c1019e694ba9c2d6624d3c11d99c22798ffdc8 (diff)
downloadpdfium-3a8051c8cb55e3c108c1f860dc743c42827ae4fa.tar.xz
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 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bfb1b1265a..a08970868e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1349,6 +1349,7 @@ if (pdf_enable_xfa) {
"xfa/fxgraphics/fx_path_generator.cpp",
"xfa/fxgraphics/fx_path_generator.h",
"xfa/fxgraphics/pre.h",
+ "xfa/fxjse/include/fxjse.h",
"xfa/include/fwl/adapter/fwl_adapternative.h",
"xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
"xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
@@ -1417,11 +1418,11 @@ if (pdf_enable_xfa) {
"xfa/include/fxfa/fxfa_objectacc.h",
"xfa/include/fxfa/fxfa_widget.h",
"xfa/include/fxgraphics/fx_graphics.h",
- "xfa/include/fxjse/fxjse.h",
]
include_dirs = [ "." ]
if (pdf_enable_v8) {
sources += [
+ "xfa/fxjse/cfxjse_arguments.h",
"xfa/fxjse/class.cpp",
"xfa/fxjse/class.h",
"xfa/fxjse/context.cpp",