summaryrefslogtreecommitdiff
path: root/chromium/components/variations/DEPS
blob: ebe4ffd97478f3171dce92fa578da413ded2d8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This component is shared with the Chrome OS build, so it's important to limit
# dependencies to a minimal set.
# TODO(crbug.com/1256807): Remove components/metrics, it's only used for tests.
include_rules = [
  "-components",
  "+components/compression",
  "+components/crash/core/common",
  "+components/metrics",
  "+components/prefs",
  "+components/variations",
  "+components/version_info",
  "+crypto",
  "-net",
  "+net/android",
  "+third_party/protobuf",
  "+third_party/smhasher",
  "+third_party/zlib/google",
]