Commit 2150e6d4 authored by Oscar Johansson's avatar Oscar Johansson Committed by Commit Bot

Enable jumbo support in //chrome/renderer

Without jumbo, chrome/renderer takes around
7 CPU minutes, which is around 1.2 % of the
total build time.

This commit will enable jumbo support for
this target, reducing build time when using
jumbo.

Bug: 870617
Change-Id: I4b35b6fc69e30c61dc1f24082bbaa338ad96b4ef
Reviewed-on: https://chromium-review.googlesource.com/1161804Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Oscar Johansson <oscarj@opera.com>
Cr-Commit-Position: refs/heads/master@{#580827}
parent 1c3b4a4d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/features.gni") import("//build/config/features.gni")
import("//build/config/jumbo.gni")
import("//chrome/common/features.gni") import("//chrome/common/features.gni")
import("//components/nacl/features.gni") import("//components/nacl/features.gni")
import("//components/offline_pages/buildflags/features.gni") import("//components/offline_pages/buildflags/features.gni")
...@@ -35,7 +36,7 @@ grit("resources") { ...@@ -35,7 +36,7 @@ grit("resources") {
] ]
} }
static_library("renderer") { jumbo_static_library("renderer") {
sources = [ sources = [
"app_categorizer.cc", "app_categorizer.cc",
"app_categorizer.h", "app_categorizer.h",
...@@ -421,7 +422,7 @@ static_library("renderer") { ...@@ -421,7 +422,7 @@ static_library("renderer") {
} }
} }
static_library("test_support") { jumbo_static_library("test_support") {
testonly = true testonly = true
visibility = [ "//chrome/test:test_support" ] visibility = [ "//chrome/test:test_support" ]
......
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