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

Unified Diff: components/autofill.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: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 424d5424f969027390d64441b9fe1f275f09b36b..e59693c818f5eb7adda68ef04ab61509a125c9e5 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -35,6 +35,15 @@
},
'includes': [ '../build/protoc.gypi' ]
},
+ {
+ 'target_name': 'autofill_test',
Evan Stade 2013/05/25 00:41:19 autofill_test_util?
Dan Beam 2013/05/25 02:36:57 Done.
+ 'type': 'static_library',
+ 'sources': [
+ 'autofill/browser/wallet/wallet_test_util.cc',
+ 'autofill/browser/wallet/wallet_test_util.h',
+ ],
+ 'include_dirs': [ '..' ],
+ },
],
'conditions': [
['OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698