summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn11
1 files changed, 5 insertions, 6 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c00557594b..01e40f5102 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1172,7 +1172,12 @@ jumbo_static_library("pwl") {
jumbo_static_library("fxjs") {
sources = [
+ "fxjs/cjs_event_context_stub.cpp",
+ "fxjs/cjs_event_context_stub.h",
+ "fxjs/cjs_runtimestub.cpp",
+ "fxjs/cjs_runtimestub.h",
"fxjs/ijs_event_context.h",
+ "fxjs/ijs_runtime.cpp",
"fxjs/ijs_runtime.h",
]
configs += [ ":pdfium_core_config" ]
@@ -1595,12 +1600,6 @@ jumbo_static_library("fxjs") {
"fxjs/xfa/cjx_xsdconnection.h",
]
}
- } else {
- sources += [
- "fxjs/cjs_event_context_stub.cpp",
- "fxjs/cjs_event_context_stub.h",
- "fxjs/cjs_runtimestub.cpp",
- ]
}
}