Home | History | Annotate | Download | only in translate
      1 include_rules = [
      2   "+components/infobars",
      3   "+components/language_usage_metrics",
      4   "+components/pref_registry",
      5   "+google_apis",
      6   "+grit",  # For generated headers.
      7   "+net",
      8   "+ui",
      9 
     10   # Translate is a layered component; subdirectories must explicitly introduce
     11   # the ability to use the content layer as appropriate.
     12   "-components/translate/content",
     13 ]
     14