Index: components/sync_driver/BUILD.gn |
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn |
index 4717d29133e0bfd7b41fc3f736bb5513dd2348ab..979666d0d7785e6370606cd04bc8f14a53c197f2 100644 |
--- a/components/sync_driver/BUILD.gn |
+++ b/components/sync_driver/BUILD.gn |
@@ -5,7 +5,7 @@ |
import("//build/buildflag_header.gni") |
import("//build/config/features.gni") |
-source_set("sync_driver") { |
+static_library("sync_driver") { |
sources = [ |
"about_sync_util.cc", |
"about_sync_util.h", |
@@ -156,7 +156,7 @@ source_set("sync_driver") { |
} |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"change_processor_mock.cc", |