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

Unified Diff: components/wifi_sync/BUILD.gn

Issue 836363002: wifi_sync: add WifiConfigDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.1-network-state-helper
Patch Set: fix includes, EXPECT vs ASSERT, other nits Created 5 years, 11 months 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/DEPS » ('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 9ca41db490241867eb19f34d23512a5e7fcbba17..324bc8a08b5d5ff8c26ba16b63be02942c4f3d1f 100644
--- a/components/wifi_sync/BUILD.gn
+++ b/components/wifi_sync/BUILD.gn
@@ -6,6 +6,9 @@ source_set("wifi_sync") {
sources = [
"network_state_helper_chromeos.cc",
"network_state_helper_chromeos.h",
+ "wifi_config_delegate.h",
+ "wifi_config_delegate_chromeos.cc",
+ "wifi_config_delegate_chromeos.h",
"wifi_credential.cc",
"wifi_credential.h",
"wifi_credential_syncable_service.cc",
@@ -34,6 +37,7 @@ source_set("unit_tests") {
]
sources = [
+ "wifi_config_delegate_chromeos_unittest.cc",
"wifi_credential_unittest.cc",
"wifi_security_class_chromeos_unittest.cc",
"wifi_security_class_unittest.cc",
« no previous file with comments | « components/wifi_sync.gypi ('k') | components/wifi_sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698