Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 49adca56a86de75dffcd6eaf0c93487a450ca8b7..80d7f6869f9a314d38edf67cba97d74f32121c78 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -646,9 +646,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", |
| ] |
| } |