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

Unified Diff: components/wifi_sync/BUILD.gn

Issue 1426393003: NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.5-split-wcss
Patch Set: Created 5 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
« no previous file with comments | « components/wifi_sync.gypi ('k') | components/wifi_sync/wifi_config_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync/BUILD.gn
diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn
index 260e46d6f588b1ac67157761a0b632d886e89432..bf1cd58ea998df31d234da0d72f191def14419da 100644
--- a/components/wifi_sync/BUILD.gn
+++ b/components/wifi_sync/BUILD.gn
@@ -11,6 +11,9 @@ source_set("wifi_sync") {
"wifi_config_delegate_chromeos.h",
"wifi_credential.cc",
"wifi_credential.h",
+ "wifi_config_observer.h",
+ "wifi_config_observer_chromeos.cc",
+ "wifi_config_observer_chromeos.h",
"wifi_credential_syncable_service.h",
"wifi_credential_syncable_service_impl.cc",
"wifi_credential_syncable_service_impl.h",
@@ -40,6 +43,7 @@ source_set("unit_tests") {
sources = [
"wifi_config_delegate_chromeos_unittest.cc",
+ "wifi_credential_manager_chromeos_unittest.cc",
"wifi_credential_syncable_service_unittest.cc",
"wifi_credential_unittest.cc",
"wifi_security_class_chromeos_unittest.cc",
« no previous file with comments | « components/wifi_sync.gypi ('k') | components/wifi_sync/wifi_config_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698