summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 01:02:43 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 01:02:43 +0000
commitec64212b924d80d3ba5da864812b8dea1132854e (patch)
tree7a381945a0210c5fb55c60a059a94613b840473f /chrome/chrome_browser.gypi
parente06d95c472709c146248a7cfe0a4bf2bc40942d3 (diff)
downloadchromium_src-ec64212b924d80d3ba5da864812b8dea1132854e.zip
chromium_src-ec64212b924d80d3ba5da864812b8dea1132854e.tar.gz
chromium_src-ec64212b924d80d3ba5da864812b8dea1132854e.tar.bz2
Implement AutoFillXmlParser, used to parse responses from the AutoFill server.
BUG=none TEST=AutoFillQueryXmlParserTest Review URL: http://codereview.chromium.org/1014008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-xchrome/chrome_browser.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6cbd8b1..9560f97 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -22,6 +22,7 @@
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
'../third_party/bzip2/bzip2.gyp:bzip2',
+ '../third_party/expat/expat.gyp:expat',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
@@ -132,6 +133,8 @@
'browser/autofill/autofill_text_field_mac.mm',
'browser/autofill/autofill_type.cc',
'browser/autofill/autofill_type.h',
+ 'browser/autofill/autofill_xml_parser.cc',
+ 'browser/autofill/autofill_xml_parser.h',
'browser/autofill/billing_address.h',
'browser/autofill/contact_info.cc',
'browser/autofill/contact_info.h',