summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 11:48:30 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 11:48:30 +0000
commitb56e4322d94e23ca644557c09b5a5829635e5127 (patch)
tree89650e7936eb20f4252f84989b4dc924c5720902 /components/autofill.gypi
parent74b18cf24aea1fb1ad83ad4a31c5683b48ec5cb0 (diff)
downloadchromium_src-b56e4322d94e23ca644557c09b5a5829635e5127.zip
chromium_src-b56e4322d94e23ca644557c09b5a5829635e5127.tar.gz
chromium_src-b56e4322d94e23ca644557c09b5a5829635e5127.tar.bz2
Making credit card number un-editable in Wallet mode.
Also adds a way of generically making any textfield or combobox disabled if necessary. R=estade@chromium.org BUG=180147 Review URL: https://chromiumcodereview.appspot.com/15979002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 424d542..17a331d 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"', {