summaryrefslogtreecommitdiff
path: root/chromium/content/child/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/child/BUILD.gn')
-rw-r--r--chromium/content/child/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/content/child/BUILD.gn b/chromium/content/child/BUILD.gn
index 4b49a079d70..f928d859e78 100644
--- a/chromium/content/child/BUILD.gn
+++ b/chromium/content/child/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//build/config/jumbo.gni")
import("//build/config/ui.gni")
import("//ppapi/buildflags/buildflags.gni")
import("//third_party/blink/public/public_features.gni")
@@ -11,9 +12,9 @@ if (is_android) {
}
if (is_component_build) {
- link_target_type = "source_set"
+ link_target_type = "jumbo_source_set"
} else {
- link_target_type = "static_library"
+ link_target_type = "jumbo_static_library"
}
target(link_target_type, "child") {
# Targets external to content should always link to the public API.