commit | 7cc0f1d0310fd54933b78dbf20b2efa3b4677d28 | [log] [tgz] |
---|---|---|
author | Jens Widell <[email protected]> | Tue Feb 20 15:56:29 2018 |
committer | Commit Bot <[email protected]> | Tue Feb 20 15:56:29 2018 |
tree | 909254ffec90a9d1f84e31d92875bb06b346914d | |
parent | cdf4d3da16899677b769324fa79384a361cb08b7 [diff] [blame] |
Enable jumbo/unity build for various //extensions targets Change-Id: I4685aaade618b0ea68750688eeca2fc0d24364c9 Reviewed-on: https://chromium-review.googlesource.com/922821 Commit-Queue: Jens Widell <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Cr-Commit-Position: refs/heads/master@{#537786}
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn index 30b71904..40513f36 100644 --- a/extensions/BUILD.gn +++ b/extensions/BUILD.gn
@@ -1,6 +1,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//build/config/jumbo.gni") import("//extensions/features/features.gni") import("//testing/test.gni") import("//tools/grit/grit_rule.gni") @@ -56,7 +57,7 @@ ] } -static_library("test_support") { +jumbo_static_library("test_support") { testonly = true sources = [ "browser/api/declarative/test_rules_registry.cc",