summaryrefslogtreecommitdiffstats
path: root/url/DEPS
blob: c89ac323c59802af145509da6322dc973510a04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",
  ],
  "run_all_unittests\.cc": [
    "+mojo/edk/embedder/embedder.h",
    "+mojo/edk/test/scoped_ipc_support.h",
  ],
}