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

Side by Side Diff: components/metrics/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/metrics/BUILD.gn ('k') | components/metrics/child_call_stack_profile_collector.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 # This component is shared with the Chrome OS build, so it's important to limit 1 # This component is shared with the Chrome OS build, so it's important to limit
2 # dependencies to a minimal set. 2 # dependencies to a minimal set.
3 include_rules = [ 3 include_rules = [
4 "-components", 4 "-components",
5 "+components/compression", 5 "+components/compression",
6 "+components/metrics", 6 "+components/metrics",
7 "+components/prefs", 7 "+components/prefs",
8 "+components/variations", 8 "+components/variations",
9 "+components/version_info", 9 "+components/version_info",
10 "+content/public/test", 10 "+content/public/test",
11 "+mojo/public/cpp", 11 "+mojo/public/cpp",
12 "+services/shell/public/cpp", 12 "+services/service_manager/public/cpp",
13 "+third_party/zlib/google", 13 "+third_party/zlib/google",
14 "-net", 14 "-net",
15 ] 15 ]
OLDNEW
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/metrics/child_call_stack_profile_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698