| Index: components/policy/BUILD.gn
|
| diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
|
| index 312d04880047b46c091bcf8f5a27f88f7150d48d..7538e8b7435afadb5808f5cd1af626e1183b2583 100644
|
| --- a/components/policy/BUILD.gn
|
| +++ b/components/policy/BUILD.gn
|
| @@ -229,7 +229,7 @@ if (enable_configuration_policy) {
|
| ]
|
| }
|
|
|
| - source_set("policy_component_test_support") {
|
| + static_library("policy_component_test_support") {
|
| testonly = true
|
| sources = [
|
| "core/browser/configuration_policy_pref_store_test.cc",
|
|
|