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

Unified Diff: components/wifi_sync.gypi

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/components_tests.gyp ('k') | components/wifi_sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync.gypi
diff --git a/components/wifi_sync.gypi b/components/wifi_sync.gypi
index c840af8b570c94571ee8547be24ef2192169918e..ad3d6fde60e05b02e7c1d93b145345b50b8bba7c 100644
--- a/components/wifi_sync.gypi
+++ b/components/wifi_sync.gypi
@@ -16,6 +16,9 @@
'sources': [
'wifi_sync/network_state_helper_chromeos.cc',
'wifi_sync/network_state_helper_chromeos.h',
+ 'wifi_sync/wifi_config_delegate.h',
+ 'wifi_sync/wifi_config_delegate_chromeos.cc',
+ 'wifi_sync/wifi_config_delegate_chromeos.h',
'wifi_sync/wifi_credential.cc',
'wifi_sync/wifi_credential.h',
'wifi_sync/wifi_credential_syncable_service.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/wifi_sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698