Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: components/wifi_sync.gypi

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [

Powered by Google App Engine
This is Rietveld 408576698