| Index: components/pref_registry/BUILD.gn
|
| diff --git a/components/pref_registry/BUILD.gn b/components/pref_registry/BUILD.gn
|
| index a9d2f70cca28d9368b9e9ee4e0ad506e76c92bdb..674ef6063b29e91b4176db9d91c8ccfe21ff4f5d 100644
|
| --- a/components/pref_registry/BUILD.gn
|
| +++ b/components/pref_registry/BUILD.gn
|
| @@ -21,7 +21,8 @@ component("pref_registry") {
|
| ]
|
| }
|
|
|
| -source_set("pref_registry_test_support") {
|
| +source_set("test_support") {
|
| + testonly = true
|
| sources = [
|
| "testing_pref_service_syncable.cc",
|
| "testing_pref_service_syncable.h",
|
|
|