Home | History | Annotate | Download | only in url
      1 include_rules = [
      2   "+jni",
      3 
      4   # Limit files that can depend on icu.
      5   "-base/i18n",
      6   "-third_party/icu",
      7 ]
      8 
      9 specific_include_rules = {
     10   "url_canon_icu(\.cc|_unittest\.cc)": [
     11     "+third_party/icu",
     12   ],
     13 }
     14