From 06419c71a63b909a19cd2c80e6469b6384462ce9 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 5 Mar 2020 16:32:43 +0100 Subject: Fixes for jumbo build Fixes necessary to make jumbo build work Change-Id: I1551ddeaa15fdc4e9db72e86ea49191193cb4964 Reviewed-by: Michal Klocek Reviewed-by: Peter Varga --- chromium/content/common/BUILD.gn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'chromium/content/common') diff --git a/chromium/content/common/BUILD.gn b/chromium/content/common/BUILD.gn index 4b0b31477c4..d6681d45685 100644 --- a/chromium/content/common/BUILD.gn +++ b/chromium/content/common/BUILD.gn @@ -4,6 +4,7 @@ import("//build/buildflag_header.gni") import("//build/config/features.gni") +import("//build/config/jumbo.gni") import("//build/config/ui.gni") import("//content/public/common/zygote/features.gni") import("//ipc/features.gni") @@ -35,7 +36,7 @@ buildflag_header("buildflags") { ] } -static_library("common") { +jumbo_static_library("common") { # Targets external to content should always link to the public API. # In addition, targets outside of the content component (shell and tests) # must not link to this because it will duplicate the code in the component @@ -153,6 +154,11 @@ static_library("common") { "web_package/signed_exchange_utils.cc", "web_package/signed_exchange_utils.h", ] + jumbo_excluded_sources = [ + "common_param_traits.cc", + "content_message_generator.cc", + "content_param_traits.cc", + ] configs += [ "//content:content_implementation", -- cgit v1.2.1