summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3b872fe7c5..f2015c3d11 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1010,7 +1010,7 @@ if (pdf_enable_v8) {
static_library("fxjs") {
sources = [
"fxjs/fxjs_v8.cpp",
- "fxjs/include/fxjs_v8.h",
+ "fxjs/fxjs_v8.h",
]
configs += [ ":pdfium_core_config" ]
deps = [
@@ -1029,18 +1029,18 @@ if (pdf_enable_v8) {
if (pdf_enable_xfa) {
sources += [
"fxjs/cfxjse_arguments.cpp",
+ "fxjs/cfxjse_arguments.h",
"fxjs/cfxjse_class.cpp",
+ "fxjs/cfxjse_class.h",
"fxjs/cfxjse_context.cpp",
+ "fxjs/cfxjse_context.h",
"fxjs/cfxjse_isolatetracker.cpp",
"fxjs/cfxjse_isolatetracker.h",
"fxjs/cfxjse_runtimedata.cpp",
"fxjs/cfxjse_runtimedata.h",
"fxjs/cfxjse_value.cpp",
- "fxjs/include/cfxjse_arguments.h",
- "fxjs/include/cfxjse_class.h",
- "fxjs/include/cfxjse_context.h",
- "fxjs/include/cfxjse_value.h",
- "fxjs/include/fxjse.h",
+ "fxjs/cfxjse_value.h",
+ "fxjs/fxjse.h",
]
}
}