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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 1316543003: Refactor ProximityAuthUIDelegate functions to ProximityAuthClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 5c458812ecbec0a477ee94c589634d7bdb0c4f06..5835787aca3088def377ac6cdc03d34765190f49 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -74,11 +74,14 @@ source_set("test_support") {
sources = [
"device_to_device_responder_operations.cc",
"device_to_device_responder_operations.h",
+ "mock_proximity_auth_client.cc",
+ "mock_proximity_auth_client.h",
]
deps = [
"cryptauth:test_support",
"//base",
+ "//testing/gmock",
]
}

Powered by Google App Engine
This is Rietveld 408576698