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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 15979002: Making credit card number un-editable in Wallet mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 78136dd26fab804ee9b0af5a9cd1c39fc0d61ff9..2960bcb63bb81f2516ddb03f791688446cc55203 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -415,6 +415,7 @@
'<@(chromium_child_dependencies)',
# 2) test-specific support libraries:
'../base/base.gyp:test_support_base',
+ '../components/components.gyp:autofill_test',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
@@ -1764,8 +1765,6 @@
'../components/autofill/browser/wallet/wallet_items_unittest.cc',
'../components/autofill/browser/wallet/wallet_service_url_unittest.cc',
'../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc',
- '../components/autofill/browser/wallet/wallet_test_util.cc',
- '../components/autofill/browser/wallet/wallet_test_util.h',
# TODO(caitkp): Move to //components/components.gypi once
# remaining dependencies back to //chrome are eliminated.

Powered by Google App Engine
This is Rietveld 408576698