summaryrefslogtreecommitdiffstats
path: root/ios/public/DEPS
blob: c04c1d5deaed930183249849cbd682d231d80c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  # The public interfaces cannot reference Chromium code, so all allowances
  # that the top-level DEPS file introduces are removed here. This list should
  # be kept in sync with src/DEPS.
  "-base",
  "-build",
  "-library_loaders",
  "-testing",
  "-third_party/icu/source/common/unicode",
  "-third_party/icu/source/i18n/unicode",
  "-url",
]