summaryrefslogtreecommitdiff
path: root/chromium/components/version_info/DEPS
blob: 96b3c130b001e5ef3802316b1f794811c2fea005 (plain)
1
2
3
4
5
6
7
8
include_rules = [
  "+components/strings/grit/components_strings.h",
  "+jni",
  "+ui/base",

  # version_info is used on iOS and thus cannot depend on //content.
  "-content",
]