From e3bbfa29b9d38dbbb77c12692eba3c40a7fb2870 Mon Sep 17 00:00:00 2001 From: pcc Date: Tue, 19 Apr 2016 12:40:07 -0700 Subject: Fix path in BUILD.gn file. Unbreaks the build when pdf_enable_xfa=true. BUG= R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1898313002 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') 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", ] } -- cgit v1.2.3