diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 01:02:43 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 01:02:43 +0000 |
commit | ec64212b924d80d3ba5da864812b8dea1132854e (patch) | |
tree | 7a381945a0210c5fb55c60a059a94613b840473f /chrome/browser/DEPS | |
parent | e06d95c472709c146248a7cfe0a4bf2bc40942d3 (diff) | |
download | chromium_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/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index f128afb..66f04b7 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -20,6 +20,7 @@ include_rules = [ "+libxml", # For search engine definition parsing. "+media/audio", # Chrome's lightweight audio library. "+media/base", + "+third_party/expat", "+third_party/sqlite", "+third_party/libevent", # For the remote V8 debugging server "+third_party/cld", |