Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: components/omnibox/DEPS

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/history_quick_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/DEPS
diff --git a/components/omnibox/DEPS b/components/omnibox/DEPS
index 97ef9907a246b96a9d09e433e63a6031c9b6f177..27ba58497ad727590fc8359561f9022359c9d2b6 100644
--- a/components/omnibox/DEPS
+++ b/components/omnibox/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+components/bookmarks/browser",
"+components/history/core/browser",
+ "+components/keyed_service/core",
"+components/metrics/proto",
"+components/query_parser",
"+components/search",
@@ -11,6 +12,7 @@ include_rules = [
"+grit",
"+net",
"+sql",
+ "+third_party/protobuf/src/google",
"+ui/base",
"+url",
]
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/history_quick_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698