naiveproxy/url/DEPS

20 lines
315 B
Plaintext
Raw Normal View History

2018-08-15 01:19:20 +03:00
include_rules = [
"+jni",
# Limit files that can depend on icu.
"-base/i18n",
"-third_party/icu",
]
specific_include_rules = {
"gurl_fuzzer.cc": [
"+base/i18n",
],
"url_canon_icu(\.cc|_unittest\.cc)": [
"+third_party/icu",
],
"run_all_unittests\.cc": [
"+mojo/core/embedder",
],
}