diff options
author | pcc <pcc@chromium.org> | 2016-04-19 12:40:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-19 12:40:07 -0700 |
commit | e3bbfa29b9d38dbbb77c12692eba3c40a7fb2870 (patch) | |
tree | 35b7fa4114f94520636fd1039c2e768f76ed7e0d | |
parent | d403329fa818ffd650221cee366c837f867e3df6 (diff) | |
download | pdfium-e3bbfa29b9d38dbbb77c12692eba3c40a7fb2870.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.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", ] } |