From 5fec597c1a23a87b30c6ee9a45534aee91278709 Mon Sep 17 00:00:00 2001 From: thestig Date: Tue, 30 Aug 2016 06:39:40 -0700 Subject: Fix missing files found by gn gen --check. Move trace_events DEPS from v8/base/ to base/ Review-Url: https://codereview.chromium.org/2292553003 --- BUILD.gn | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 9ded5b5c32..68c09502e7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -104,7 +104,6 @@ static_library("pdfium") { "fpdfsdk/include/cpdfsdk_widget.h", "fpdfsdk/include/fsdk_actionhandler.h", "fpdfsdk/include/fsdk_pauseadapter.h", - "fpdfsdk/include/ifpdfsdk_annothandler.h", "fpdfsdk/include/pdfsdk_fieldaction.h", "fpdfsdk/pdfsdk_fieldaction.cpp", "public/fpdf_dataavail.h", @@ -306,8 +305,8 @@ static_library("fpdfdoc") { "core/fpdfdoc/include/cpvt_wordrange.h", "core/fpdfdoc/include/fpdf_tagged.h", "core/fpdfdoc/include/ipdf_formnotify.h", + "core/fpdfdoc/include/ipvt_fontmap.h", "core/fpdfdoc/ipdf_formnotify.cpp", - "core/fpdfdoc/ipvt_fontmap.h", "core/fpdfdoc/tagged_int.h", ] configs += [ ":pdfium_core_config" ] @@ -549,7 +548,6 @@ static_library("fpdftext") { "core/fpdftext/include/cpdf_linkextract.h", "core/fpdftext/include/cpdf_textpage.h", "core/fpdftext/include/cpdf_textpagefind.h", - "core/fpdftext/text_int.h", "core/fpdftext/unicodenormalizationdata.cpp", "core/fpdftext/unicodenormalizationdata.h", ] @@ -711,8 +709,8 @@ 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.h", "core/fxcrt/include/fx_arb.h", ] } @@ -780,13 +778,12 @@ static_library("fxge") { "core/fxge/ge/fx_ge_linux.cpp", "core/fxge/ge/fx_ge_text.cpp", "core/fxge/ge/fx_text_int.h", - "core/fxge/ge/include/cfx_fontmapper.h", - "core/fxge/ge/include/cfx_fontmgr.h", - "core/fxge/ge/include/ifx_systemfontinfo.h", "core/fxge/ifx_renderdevicedriver.cpp", "core/fxge/include/cfx_autofontcache.h", "core/fxge/include/cfx_facecache.h", "core/fxge/include/cfx_fontcache.h", + "core/fxge/include/cfx_fontmapper.h", + "core/fxge/include/cfx_fontmgr.h", "core/fxge/include/cfx_fxgedevice.h", "core/fxge/include/cfx_gemodule.h", "core/fxge/include/cfx_graphstatedata.h", @@ -799,6 +796,7 @@ static_library("fxge") { "core/fxge/include/fx_font.h", "core/fxge/include/fx_freetype.h", "core/fxge/include/ifx_renderdevicedriver.h", + "core/fxge/include/ifx_systemfontinfo.h", "core/fxge/win32/cfx_windowsdib.h", ] @@ -1067,7 +1065,6 @@ if (pdf_enable_xfa) { "xfa/fde/css/fde_csssyntax.cpp", "xfa/fde/css/fde_csssyntax.h", "xfa/fde/fde_gedevice.cpp", - "xfa/fde/fde_geobject.h", "xfa/fde/fde_iterator.cpp", "xfa/fde/fde_iterator.h", "xfa/fde/fde_object.h", -- cgit v1.2.3