blob: c89ac323c59802af145509da6322dc973510a04f [file] [log] [blame]
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",
],
}