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

Unified Diff: components/autofill.gypi

Issue 18888003: Disabling wallet and mocking out more of WalletClient while testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: isherman@ review Created 7 years, 5 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/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 021163afd5bafa16043a1fefd926d1fe699c107f..5f4eac8a2099496aac25770a724a11d9f5da8c79 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -230,7 +230,12 @@
{
'target_name': 'autofill_content_test_util',
'type': 'static_library',
+ 'dependencies': [
+ '../testing/gmock.gyp:gmock',
+ ],
'sources': [
+ 'autofill/content/browser/wallet/mock_wallet_client.cc',
+ 'autofill/content/browser/wallet/mock_wallet_client.h',
'autofill/content/browser/wallet/wallet_test_util.cc',
'autofill/content/browser/wallet/wallet_test_util.h',
],

Powered by Google App Engine
This is Rietveld 408576698