summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-21 00:22:01 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-21 00:22:01 +0000
commitdb262992779c3b3eb3afeba6380776e39c7d4aa0 (patch)
treeea59e75dee552525512a52d240b1539690f99619 /chrome/chrome.gyp
parentc554cc7d4cb6c2f150ef042d3fae22c4d54da741 (diff)
downloadchromium_src-db262992779c3b3eb3afeba6380776e39c7d4aa0.zip
chromium_src-db262992779c3b3eb3afeba6380776e39c7d4aa0.tar.gz
chromium_src-db262992779c3b3eb3afeba6380776e39c7d4aa0.tar.bz2
Implement AutoFillType, the high-level description of AutoFill types.
BUG=none TEST=none Review URL: http://codereview.chromium.org/418026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 8bdaf19..d151cba 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -855,6 +855,8 @@
'browser/autofill/autofill_infobar_delegate.h',
'browser/autofill/autofill_manager.cc',
'browser/autofill/autofill_manager.h',
+ 'browser/autofill/autofill_type.cc',
+ 'browser/autofill/autofill_type.h',
'browser/autofill/field_types.h',
'browser/autofill/form_structure.cc',
'browser/autofill/form_structure.h',