Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: BUILD.gn

Issue 1807623002: Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/include/javascript/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bfb1b1265a32d9c36ad6a5e62a370d91e338a2fa..a08970868e4de1f79122f4fed5dbb762392c299d 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",
« no previous file with comments | « no previous file | fpdfsdk/include/javascript/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698