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

Unified Diff: components/proximity_auth.gypi

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.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index ec338212dc858bb7949e5fee7e02813f069a168a..b5f60cab06a6f18efc66105bc6acee7c4f11ef4e 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -103,10 +103,13 @@
'dependencies': [
':cryptauth_test_support',
'../base/base.gyp:base',
+ '../testing/gmock.gyp:gmock',
],
'sources': [
"proximity_auth/device_to_device_responder_operations.cc",
"proximity_auth/device_to_device_responder_operations.h",
+ "proximity_auth/mock_proximity_auth_client.cc",
+ "proximity_auth/mock_proximity_auth_client.h",
],
},
{

Powered by Google App Engine
This is Rietveld 408576698