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

Unified Diff: components/search_engines/DEPS

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build errors due to prefs being moved in components Created 4 years, 11 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/search_engines/DEPS
diff --git a/components/search_engines/DEPS b/components/search_engines/DEPS
index 464f2241ced662c25ef1534bdceabdb529567b31..6ed289ae24ff846841d038fe60e525775faa086f 100644
--- a/components/search_engines/DEPS
+++ b/components/search_engines/DEPS
@@ -1,14 +1,17 @@
include_rules = [
"+components/google/core",
"+components/history/core",
+ "+components/infobars/core",
"+components/keyed_service/core",
"+components/metrics/proto",
# TODO(mpearson): for experiment; remove after crbug.com/488901 is launched.
"+components/omnibox/browser/omnibox_field_trial.h",
"+components/policy/core",
"+components/pref_registry",
+ "+components/prefs",
"+components/rappor",
"+components/sync_driver",
+ "+components/syncable_prefs/testing_pref_service_syncable.h",
"+components/url_formatter",
"+components/webdata",
"+google_apis",
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/search_engines/desktop_search_redirection_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698