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

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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/browser/wallet/wallet_items.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 424d5424f969027390d64441b9fe1f275f09b36b..17a331d6f58251466f75ec90ef0548fbac1bd525 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -35,6 +35,15 @@
},
'includes': [ '../build/protoc.gypi' ]
},
+ {
+ 'target_name': 'autofill_test_util',
+ 'type': 'static_library',
+ 'sources': [
+ 'autofill/browser/wallet/wallet_test_util.cc',
+ 'autofill/browser/wallet/wallet_test_util.h',
+ ],
+ 'include_dirs': [ '..' ],
+ },
],
'conditions': [
['OS != "ios"', {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/browser/wallet/wallet_items.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698