[M120 Migration] Set IO|GPU thread type with higher priorites
[platform/framework/web/chromium-efl.git] / url / DEPS
1 include_rules = [
2   # Limit files that can depend on icu.
3   "-base/i18n",
4   "-third_party/icu",
5 ]
6
7 specific_include_rules = {
8   "gurl_fuzzer.cc": [
9     "+base/i18n",
10   ],
11   "url_(canon|idna)_icu(\.cc|_unittest\.cc)": [
12     "+base/i18n",
13     "+third_party/icu",
14   ],
15   "run_all_unittests\.cc": [
16     "+mojo/core/embedder",
17   ],
18 }