Index: components/wifi_sync/BUILD.gn |
diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn |
index 30c987ba9bd10088dc5897b35f66c8a647006bd5..8a30a097243acd7f09f276cd055f5277ff0c1269 100644 |
--- a/components/wifi_sync/BUILD.gn |
+++ b/components/wifi_sync/BUILD.gn |
@@ -33,6 +33,7 @@ source_set("unit_tests") { |
deps = [ |
":wifi_sync", |
"//sync", |
+ "//testing/gmock", |
"//testing/gtest", |
] |
@@ -40,6 +41,7 @@ source_set("unit_tests") { |
"fake_wifi_config_delegate.cc", |
mukesh agrawal
2015/01/20 21:13:15
Removed due to rolling the Fake into the WCSS unit
|
"fake_wifi_config_delegate.h", |
"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", |