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

Unified Diff: components/wifi_sync/BUILD.gn

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/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) {

Powered by Google App Engine
This is Rietveld 408576698