From 7da980351d6fc428fd95be3015081d911f4470c0 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 19 Aug 2015 10:42:45 -0700 Subject: Merge to XFA: Extern in .cpp files is a code smell, part 1. (cherry picked from commit 71c15a5e6652952a94ba3a3ef7ac0392e3a06962) Original Review URL: https://codereview.chromium.org/1299963002 . R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1301073003 . --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 2277d5e839..d0030f42bc 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -308,6 +308,7 @@ static_library("fpdftext") { "core/src/fpdftext/txtproc.h", "core/src/fpdftext/unicodenormalization.cpp", "core/src/fpdftext/unicodenormalizationdata.cpp", + "core/src/fpdftext/unicodenormalizationdata.h", ] configs -= [ "//build/config/compiler:chromium_code" ] configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] @@ -514,6 +515,7 @@ static_library("fxge") { "core/src/fxge/dib/fx_dib_engine.cpp", "core/src/fxge/dib/fx_dib_main.cpp", "core/src/fxge/dib/fx_dib_transform.cpp", + "core/src/fxge/fontdata/chromefontdata/chromefontdata.h", "core/src/fxge/fontdata/chromefontdata/FoxitDingbats.c", "core/src/fxge/fontdata/chromefontdata/FoxitFixed.c", "core/src/fxge/fontdata/chromefontdata/FoxitFixedBold.c", -- cgit v1.2.3