| Index: components/user_prefs/tracked/BUILD.gn
|
| diff --git a/components/user_prefs/tracked/BUILD.gn b/components/user_prefs/tracked/BUILD.gn
|
| index 3afd2bc77446cde3dba854341b66cb56cf5c371a..69047991244c0b0b1ded48fca9fb8c5fda5314c4 100644
|
| --- a/components/user_prefs/tracked/BUILD.gn
|
| +++ b/components/user_prefs/tracked/BUILD.gn
|
| @@ -56,7 +56,7 @@ static_library("user_prefs_tracked") {
|
| ]
|
| }
|
|
|
| -source_set("user_prefs_tracked_test_support") {
|
| +static_library("user_prefs_tracked_test_support") {
|
| testonly = true
|
| sources = [
|
| "mock_validation_delegate.cc",
|
|
|