Index: components/wifi_sync.gypi |
diff --git a/components/wifi_sync.gypi b/components/wifi_sync.gypi |
index c52aa7b2b95390dacdc49eadf9cf9a84180a0032..26b344b2cac1a12f37fd07ef3821d95216aee45a 100644 |
--- a/components/wifi_sync.gypi |
+++ b/components/wifi_sync.gypi |
@@ -10,8 +10,13 @@ |
'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../sync/sync.gyp:sync', |
], |
'sources': [ |
+ 'wifi_sync/wifi_credential_syncable_service.cc', |
+ 'wifi_sync/wifi_credential_syncable_service.h', |
+ 'wifi_sync/wifi_credential_syncable_service_factory.cc', |
+ 'wifi_sync/wifi_credential_syncable_service_factory.h', |
'wifi_sync/wifi_security_class.h', |
], |
'conditions': [ |