Index: components/syncable_prefs/BUILD.gn |
diff --git a/components/syncable_prefs/BUILD.gn b/components/syncable_prefs/BUILD.gn |
index a4977ce007a48fc3f32de5c3a7fb4c72c827233e..81edcad7d6a258f641daa719752c35b6ec69fbb4 100644 |
--- a/components/syncable_prefs/BUILD.gn |
+++ b/components/syncable_prefs/BUILD.gn |
@@ -4,7 +4,7 @@ |
import("//build/config/features.gni") |
-source_set("syncable_prefs") { |
+static_library("syncable_prefs") { |
sources = [ |
"pref_model_associator.cc", |
"pref_model_associator.h", |
@@ -37,7 +37,7 @@ source_set("syncable_prefs") { |
} |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"pref_service_mock_factory.cc", |