summaryrefslogtreecommitdiff
path: root/chromium/components/wifi/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-12-09 10:12:38 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-04 10:21:06 +0200
commit812e2db7c43a5773d8cd1a0e20bbfa1576413fc1 (patch)
treed1535467af462923f61420bb1fa4f5722a494c4b /chromium/components/wifi/BUILD.gn
parentef7f6c6ae7463d0e14bf15c57fb0ed5c2626c7c1 (diff)
downloadqtwebengine-chromium-812e2db7c43a5773d8cd1a0e20bbfa1576413fc1.tar.gz
Reinstate jumbo-builds
Reverts four patches disabling and removing jumbo builds. It makes too big of a difference for us to drop. Change-Id: Ib7dd65996f9e985480f49fab2d1781a5d08bf6fd Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'chromium/components/wifi/BUILD.gn')
-rw-r--r--chromium/components/wifi/BUILD.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/components/wifi/BUILD.gn b/chromium/components/wifi/BUILD.gn
index a5f1d3d07e5..b424914b12f 100644
--- a/chromium/components/wifi/BUILD.gn
+++ b/chromium/components/wifi/BUILD.gn
@@ -2,7 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-component("wifi") {
+import("//build/config/jumbo.gni")
+
+jumbo_component("wifi") {
sources = [
"network_properties.cc",
"network_properties.h",
@@ -38,7 +40,7 @@ component("wifi") {
}
}
-static_library("test_support") {
+jumbo_static_library("test_support") {
sources = [
"fake_wifi_service.cc",
"fake_wifi_service.h",