| Index: components/pref_registry/BUILD.gn
|
| diff --git a/components/pref_registry/BUILD.gn b/components/pref_registry/BUILD.gn
|
| index 8a3ef8b2e89f5f86f6698b6768716bbb03d3f194..4a32f9a4b22b8af765dd496a00f7abfc8b6e5e61 100644
|
| --- a/components/pref_registry/BUILD.gn
|
| +++ b/components/pref_registry/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("pref_registry") {
|
| +static_library("pref_registry") {
|
| sources = [
|
| "pref_registry_syncable.cc",
|
| "pref_registry_syncable.h",
|
| @@ -15,7 +15,7 @@ source_set("pref_registry") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "testing_pref_service_syncable.cc",
|
|
|