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

Side by Side Diff: components/omnibox/browser/DEPS

Issue 2965173002: Add ContextualSuggestionsService to Omnibox (Closed)
Patch Set: Move contextual suggestions service to c/o/b Created 3 years, 5 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/bookmarks/browser", 2 "+components/bookmarks/browser",
3 "+components/bookmarks/test", 3 "+components/bookmarks/test",
4 "+components/contextual_suggestions",
Mark P 2017/07/17 23:36:12 This isn't necessary anymore.
4 "+components/data_use_measurement/core", 5 "+components/data_use_measurement/core",
5 "+components/grit/components_scaled_resources.h", 6 "+components/grit/components_scaled_resources.h",
6 "+components/history/core/browser", 7 "+components/history/core/browser",
7 "+components/history/core/test", 8 "+components/history/core/test",
8 "+components/keyed_service/core", 9 "+components/keyed_service/core",
9 "+components/metrics", 10 "+components/metrics",
10 "+components/open_from_clipboard", 11 "+components/open_from_clipboard",
11 "+components/physical_web/data_source", 12 "+components/physical_web/data_source",
12 "+components/pref_registry", 13 "+components/pref_registry",
13 "+components/prefs", 14 "+components/prefs",
14 "+components/query_parser", 15 "+components/query_parser",
15 "+components/search", 16 "+components/search",
16 "+components/search_engines", 17 "+components/search_engines",
17 "+components/sessions", 18 "+components/sessions",
19 "+components/signin/core/browser",
Mark P 2017/07/17 23:36:12 I'm not sure it's okay to include components/.../b
blundell 2017/07/18 15:21:14 This should be absolutely fine unless there's some
Mark P 2017/07/18 19:11:28 No, you're not missing something. I'm missing som
18 "+components/strings/grit/components_strings.h", 20 "+components/strings/grit/components_strings.h",
19 "+components/toolbar", 21 "+components/toolbar",
20 "+components/url_formatter", 22 "+components/url_formatter",
21 "+components/variations", 23 "+components/variations",
22 "+extensions/common/constants.h", 24 "+extensions/common/constants.h",
23 "+net", 25 "+net",
24 "+sql", 26 "+sql",
25 "+third_party/protobuf/src/google", 27 "+third_party/protobuf/src/google",
26 "+third_party/skia", 28 "+third_party/skia",
27 "+ui/base", 29 "+ui/base",
28 "+ui/gfx", 30 "+ui/gfx",
29 "+ui/vector_icons", 31 "+ui/vector_icons",
30 "+url", 32 "+url",
31 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698