From ec64212b924d80d3ba5da864812b8dea1132854e Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Thu, 18 Mar 2010 01:02:43 +0000 Subject: 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 --- chrome/chrome_tests.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index ad74905..1229104 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -507,8 +507,10 @@ '../testing/gtest.gyp:gtest', '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/cld/cld.gyp:cld', + '../third_party/expat/expat.gyp:expat', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', + '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libxml/libxml.gyp:libxml', '../third_party/npapi/npapi.gyp:npapi', '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', @@ -548,6 +550,7 @@ 'browser/autofill/autofill_field_unittest.cc', 'browser/autofill/autofill_infobar_delegate_unittest.cc', 'browser/autofill/autofill_profile_unittest.cc', + 'browser/autofill/autofill_xml_parser_unittest.cc', 'browser/autofill/billing_address_unittest.cc', 'browser/autofill/credit_card_unittest.cc', 'browser/autofill/form_structure_unittest.cc', -- cgit v1.1