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

Unified Diff: components/wifi_sync/BUILD.gn

Issue 836303004: wifi_sync: implement ACTION_ADD in WifiCredentialSyncableService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.2-wifi-config-delegate
Patch Set: rebase 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
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",

Powered by Google App Engine
This is Rietveld 408576698