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", |
], |
}, |
{ |