Commit a20415fc authored by Jens Widell's avatar Jens Widell Committed by Commit Bot

Enable jumbo/unity build for //content test support targets

Change-Id: Ibc5e0d946c57a4a3be7fc24a9c0773ec830514f0
Reviewed-on: https://chromium-review.googlesource.com/922822Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Jens Widell <jl@opera.com>
Cr-Commit-Position: refs/heads/master@{#537257}
parent 8e6c2940
......@@ -7,6 +7,7 @@ import("//build/config/chromecast_build.gni")
import("//build/config/compiler/compiler.gni")
import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/jumbo.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
import("//net/features.gni")
......@@ -20,7 +21,7 @@ import("//v8/gni/v8.gni")
# Use a static library here because many test binaries depend on this but don't
# require many files from it. This makes linking more efficient.
static_library("test_support") {
jumbo_static_library("test_support") {
testonly = true
# See comment at the top of //content/BUILD.gn for why this is disabled in
......@@ -488,7 +489,7 @@ static_library("test_support") {
# browsertest_support can be used by targets that run content_shell based
# browser tests.
static_library("browsertest_support") {
jumbo_static_library("browsertest_support") {
testonly = true
# See comment at the top of //content/BUILD.gn for why this is disabled in
......@@ -574,7 +575,7 @@ mojom("test_interfaces") {
]
}
static_library("layouttest_support") {
jumbo_static_library("layouttest_support") {
testonly = true
# See comment at the top of //content/BUILD.gn for why this is disabled in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment