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

Side by Side Diff: components/search_engines/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ 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
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/search_engines/template_url.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/keyed_service/core", 4 "+components/keyed_service/core",
5 "+components/metrics/proto", 5 "+components/metrics/proto",
6 "+components/policy/core", 6 "+components/policy/core",
7 "+components/pref_registry", 7 "+components/pref_registry",
8 "+components/rappor", 8 "+components/rappor",
9 "+components/url_fixer", 9 "+components/url_formatter",
10 "+components/webdata", 10 "+components/webdata",
11 "+google_apis", 11 "+google_apis",
12 "+grit/components_strings.h", 12 "+grit/components_strings.h",
13 "+libxml", 13 "+libxml",
14 "+net", 14 "+net",
15 "+policy", 15 "+policy",
16 "+sql", 16 "+sql",
17 "+sync", 17 "+sync",
18 "+ui/base", 18 "+ui/base",
19 "+ui/gfx", 19 "+ui/gfx",
20 ] 20 ]
21 21
22 specific_include_rules = { 22 specific_include_rules = {
23 ".*_unittest\.cc$": [ 23 ".*_unittest\.cc$": [
24 "!chrome/browser/history/history_service.h", 24 "!chrome/browser/history/history_service.h",
25 "!chrome/browser/history/history_service_factory.h", 25 "!chrome/browser/history/history_service_factory.h",
26 "!chrome/browser/search_engines/template_url_service_test_util.h", 26 "!chrome/browser/search_engines/template_url_service_test_util.h",
27 "!chrome/common/chrome_paths.h", 27 "!chrome/common/chrome_paths.h",
28 "!chrome/test/base/testing_pref_service_syncable.h", 28 "!chrome/test/base/testing_pref_service_syncable.h",
29 "!chrome/test/base/testing_profile.h", 29 "!chrome/test/base/testing_profile.h",
30 "!content/public/test/test_browser_thread_bundle.h", 30 "!content/public/test/test_browser_thread_bundle.h",
31 ], 31 ],
32 } 32 }
OLDNEW
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/search_engines/template_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698