| Index: components/pref_registry/BUILD.gn
|
| diff --git a/components/pref_registry/BUILD.gn b/components/pref_registry/BUILD.gn
|
| index 4a32f9a4b22b8af765dd496a00f7abfc8b6e5e61..77ef6cd35dc37a9405ae8835bc2f013b7abdd931 100644
|
| --- a/components/pref_registry/BUILD.gn
|
| +++ b/components/pref_registry/BUILD.gn
|
| @@ -14,20 +14,3 @@ static_library("pref_registry") {
|
| "//components/prefs",
|
| ]
|
| }
|
| -
|
| -static_library("test_support") {
|
| - testonly = true
|
| - sources = [
|
| - "testing_pref_service_syncable.cc",
|
| - "testing_pref_service_syncable.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - ":pref_registry",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//components/prefs:test_support",
|
| - ]
|
| -}
|
|
|