From 0d8a158c6b57f4e44a1b8eeed219f570afd5fe4a Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Wed, 2 May 2018 15:49:54 +0200 Subject: [PATCH] Build "pdfium_skia_shared" as a static library --- chromiumcontent/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chromiumcontent/BUILD.gn b/chromiumcontent/BUILD.gn index 2fa3a827..0f75eec5 100644 --- a/chromiumcontent/BUILD.gn +++ b/chromiumcontent/BUILD.gn @@ -52,6 +52,7 @@ group("targets") { ":fx_zlib", ":libjpeg", ":libyuv", + ":pdfium_skia_shared", ":ppapi_cpp_objects", ":ppapi_internal_module", ":security_state", @@ -134,6 +135,11 @@ if (is_electron_build && is_component_build) { deps = [ "//third_party/libyuv" ] } + static_library("pdfium_skia_shared") { + complete_static_lib = true + deps = [ "//third_party/pdfium/third_party:skia_shared" ] + } + static_library("ppapi_cpp_objects") { complete_static_lib = true deps = [ "//ppapi/cpp:objects" ]