| 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",
|
|
|