Commit e4b4386b authored by Byoungkown's avatar Byoungkown Committed by Commit Bot

[url_formatter] Enable jumbo build in components/url_formatter

Using "use_jumbo_build=true" args in GN, speed up builds in
components/url_formatter.

Bug: None
Change-Id: I8c1ea3a67bafb99cb3b432a4b15ed22390ce4f58
Reviewed-on: https://chromium-review.googlesource.com/1190362Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: Byoungkwon Ko <codeimpl@gmail.com>
Cr-Commit-Position: refs/heads/master@{#587214}
parent 04add8c6
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/jumbo.gni")
if (is_android) { if (is_android) {
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")
} }
static_library("url_formatter") { jumbo_static_library("url_formatter") {
sources = [ sources = [
"elide_url.cc", "elide_url.cc",
"elide_url.h", "elide_url.h",
...@@ -38,7 +40,7 @@ static_library("url_formatter") { ...@@ -38,7 +40,7 @@ static_library("url_formatter") {
} }
} }
source_set("unit_tests") { jumbo_source_set("unit_tests") {
testonly = true testonly = true
sources = [ sources = [
"elide_url_unittest.cc", "elide_url_unittest.cc",
......
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