summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcc <pcc@chromium.org>2016-04-19 12:40:07 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-19 12:40:07 -0700
commite3bbfa29b9d38dbbb77c12692eba3c40a7fb2870 (patch)
tree35b7fa4114f94520636fd1039c2e768f76ed7e0d
parentd403329fa818ffd650221cee366c837f867e3df6 (diff)
downloadpdfium-chromium/2714.tar.xz
Fix path in BUILD.gn file.chromium/2714chromium/2713
Unbreaks the build when pdf_enable_xfa=true. BUG= R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1898313002
-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",
]
}