summaryrefslogtreecommitdiff
path: root/chromium/components/metrics/DEPS
blob: 3156f34603dd0b7119fc65cd1fd5130ad4a75676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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/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",
]