Index: components/wifi_sync/BUILD.gn |
diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn |
index 332624afec3cbf2701842c13b64b2153a78184fd..a2bd315e82136f80fe157a5dbf6c29da36753e24 100644 |
--- a/components/wifi_sync/BUILD.gn |
+++ b/components/wifi_sync/BUILD.gn |
@@ -4,11 +4,16 @@ |
source_set("wifi_sync") { |
sources = [ |
+ "wifi_credential_syncable_service.cc", |
+ "wifi_credential_syncable_service.h", |
+ "wifi_credential_syncable_service_factory.cc", |
+ "wifi_credential_syncable_service_factory.h", |
"wifi_security_class.h", |
] |
deps = [ |
"//base", |
+ "//sync", |
] |
if (is_chromeos) { |