summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 74ffa178ef..026ffc58ac 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -641,9 +641,9 @@ static_library("fxcrt") {
]
if (pdf_enable_xfa) {
sources += [
+ "core/fxcrt/fx_arabic.cpp",
"core/fxcrt/fx_arabic.h",
"core/fxcrt/fx_basic_maps.cpp",
- "core/fxcrt/include/fx_arabic.cpp",
"core/fxcrt/include/fx_arb.h",
]
}