| Index: components/wifi_sync/BUILD.gn
|
| diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn
|
| index 324bc8a08b5d5ff8c26ba16b63be02942c4f3d1f..034442895505a764e4ede950a14911a4ffb7e689 100644
|
| --- a/components/wifi_sync/BUILD.gn
|
| +++ b/components/wifi_sync/BUILD.gn
|
| @@ -33,11 +33,13 @@ source_set("unit_tests") {
|
| deps = [
|
| ":wifi_sync",
|
| "//sync",
|
| + "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|
| sources = [
|
| "wifi_config_delegate_chromeos_unittest.cc",
|
| + "wifi_credential_syncable_service_unittest.cc",
|
| "wifi_credential_unittest.cc",
|
| "wifi_security_class_chromeos_unittest.cc",
|
| "wifi_security_class_unittest.cc",
|
|
|