summaryrefslogtreecommitdiff
path: root/chromium/components/metrics/DEPS
blob: bd7bd415b7e16da1b4cde69a24c7ccd62c332ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This component is shared with the Chrome OS build, so it's important to limit
# dependencies to a minimal set.
include_rules = [
  "-components",
  "+components/browser_watcher",
  "+components/component_updater",
  "+components/compression",
  "+components/metrics",
  "+components/prefs",
  "+components/variations",
  "+components/version_info",
  "+content/public/test",
  "+mojo/public/cpp",
  "+services/service_manager/public/cpp",
  "+third_party/zlib/google",
  "-net",
]