summaryrefslogtreecommitdiffstats
path: root/url/DEPS
blob: 9643291a465c3ae4531273519b20784f72f1df7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+jni",

  # Limit files that can depend on icu.
  "-base/i18n",
  "-third_party/icu",
]

specific_include_rules = {
  "url_canon_icu(\.cc|_unittest\.cc)": [
    "+third_party/icu",
  ],
}