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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/google/core", 2 "+components/google/core",
3 "+components/history/core", 3 "+components/history/core",
4 "+components/infobars/core",
4 "+components/keyed_service/core", 5 "+components/keyed_service/core",
5 "+components/metrics/proto", 6 "+components/metrics/proto",
6 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched. 7 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched.
7 "+components/omnibox/browser/omnibox_field_trial.h", 8 "+components/omnibox/browser/omnibox_field_trial.h",
8 "+components/policy/core", 9 "+components/policy/core",
9 "+components/pref_registry", 10 "+components/pref_registry",
11 "+components/prefs",
10 "+components/rappor", 12 "+components/rappor",
11 "+components/sync_driver", 13 "+components/sync_driver",
14 "+components/syncable_prefs/testing_pref_service_syncable.h",
12 "+components/url_formatter", 15 "+components/url_formatter",
13 "+components/webdata", 16 "+components/webdata",
14 "+google_apis", 17 "+google_apis",
15 "+grit/components_strings.h", 18 "+grit/components_strings.h",
16 "+libxml", 19 "+libxml",
17 "+net", 20 "+net",
18 "+policy", 21 "+policy",
19 "+sql", 22 "+sql",
20 "+sync", 23 "+sync",
21 "+ui/base", 24 "+ui/base",
22 "+ui/gfx", 25 "+ui/gfx",
23 ] 26 ]
OLDNEW
« 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