Add the query_parser component
The query_parser component exports type to parse and normalize queries in the
history search. It is used by both the history and bookmarks components, with
the goal of breaking a cyclic dependency.
BUG=363076
Review URL: https://codereview.chromium.org/235603007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264027 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 8c9ada6..f2bc86d 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -28,6 +28,7 @@
"+components/password_manager",
"+components/policy",
"+components/precache",
+ "+components/query_parser",
"+components/rappor",
"+components/sessions",
"+components/signin",