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

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

Issue 1292983006: Componentize kBug464926CrashKey into crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO(mpearson) to cleanup once bug 464926 is fixed Created 5 years, 4 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/crash_keys", # TODO(mpearson): remove once 464926 is fixed.
3 "+components/history/core/browser", 4 "+components/history/core/browser",
4 "+components/keyed_service/core", 5 "+components/keyed_service/core",
5 "+components/metrics", 6 "+components/metrics",
6 "+components/open_from_clipboard", 7 "+components/open_from_clipboard",
7 "+components/pref_registry", 8 "+components/pref_registry",
8 "+components/query_parser", 9 "+components/query_parser",
9 "+components/search", 10 "+components/search",
10 "+components/search_engines", 11 "+components/search_engines",
11 "+components/sessions", 12 "+components/sessions",
12 "+components/toolbar", 13 "+components/toolbar",
13 "+components/url_formatter", 14 "+components/url_formatter",
14 "+components/variations", 15 "+components/variations",
15 "+grit", 16 "+grit",
16 "+net", 17 "+net",
17 "+sql", 18 "+sql",
18 "+third_party/protobuf/src/google", 19 "+third_party/protobuf/src/google",
19 "+third_party/skia", 20 "+third_party/skia",
20 "+ui/base", 21 "+ui/base",
21 "+ui/gfx", 22 "+ui/gfx",
22 "+url", 23 "+url",
23 ] 24 ]
OLDNEW
« no previous file with comments | « components/omnibox/browser/BUILD.gn ('k') | components/omnibox/browser/history_quick_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698