Chromium Code Reviews| Index: components/prefs/BUILD.gn |
| diff --git a/components/prefs/BUILD.gn b/components/prefs/BUILD.gn |
| index 032ed18e172c2049d29e04c2989769443a23d513..ff4e1f2cb8325bea3c4affc05c4d969f8d7c65bc 100644 |
| --- a/components/prefs/BUILD.gn |
| +++ b/components/prefs/BUILD.gn |
| @@ -55,7 +55,7 @@ component("prefs") { |
| ] |
| } |
| -source_set("test_support") { |
| +static_library("test_support") { |
| testonly = true |
| sources = [ |
| "mock_pref_change_callback.cc", |