1include_rules = [ 2 # Limit files that can depend on icu. 3 "-base/i18n", 4 "-third_party/icu", 5 "+third_party/jni_zero", 6] 7 8specific_include_rules = { 9 "gurl_fuzzer.cc": [ 10 "+base/i18n", 11 ], 12 "url_(canon|idna)_icu(\.cc|_unittest\.cc|_fuzzer\.cc|_test_helpers\.h)": [ 13 "+base/i18n", 14 "+third_party/icu", 15 ], 16 "run_all_unittests\.cc": [ 17 "+mojo/core/embedder", 18 ], 19} 20