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

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: 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
Index: components/omnibox/DEPS
diff --git a/components/omnibox/DEPS b/components/omnibox/DEPS
index ddeca30562220409471a54e7ba699312ea833704..6338ae5b69d3e72022944836d5300d1310afb938 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",
@@ -10,6 +11,7 @@ include_rules = [
"+components/variations",
"+grit",
"+net",
+ "+third_party/protobuf/src/google",
"+ui/base",
"+url",
]

Powered by Google App Engine
This is Rietveld 408576698