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

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

Issue 1610283002: Componentizes history_url_provider_unittest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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 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/data_use_measurement/core", 4 "+components/data_use_measurement/core",
5 "+components/history/core/browser", 5 "+components/history/core/browser",
6 "+components/keyed_service/core", 6 "+components/keyed_service/core",
7 "+components/metrics", 7 "+components/metrics",
8 "+components/open_from_clipboard", 8 "+components/open_from_clipboard",
9 "+components/pref_registry", 9 "+components/pref_registry",
10 "+components/query_parser", 10 "+components/query_parser",
11 "+components/search", 11 "+components/search",
12 "+components/search_engines", 12 "+components/search_engines",
13 "+components/sessions", 13 "+components/sessions",
14 "+components/toolbar", 14 "+components/toolbar",
15 "+components/url_formatter", 15 "+components/url_formatter",
16 "+components/variations", 16 "+components/variations",
17 "+grit", 17 "+grit",
18 "+net", 18 "+net",
19 "+sql", 19 "+sql",
20 "+third_party/protobuf/src/google", 20 "+third_party/protobuf/src/google",
21 "+third_party/skia", 21 "+third_party/skia",
22 "+ui/base", 22 "+ui/base",
23 "+ui/gfx", 23 "+ui/gfx",
24 "+url", 24 "+url",
25 ] 25 ]
26
27 specific_include_rules = {
28 # Test helpers can be used in unittests.
29 "^.*_unittest\.cc$": [
30 "+components/history/core/test",
blundell 2016/01/21 09:00:01 nit: I don't think we need to get this specific no
rohitrao (ping after 24h) 2016/01/21 13:10:54 Done.
31 ],
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698