Home | History | Annotate | Download | only in dom_distiller
      1 include_rules = [
      2   "+grit",  # For generated headers.
      3   "+sync/api",
      4   "+sync/protocol",
      5   "+third_party/leveldatabase/src/include",
      6   "+net/http",
      7   "+net/url_request",
      8   "+ui/base/android",
      9   "+ui/base/resource",
     10   "+ui/gfx/android",
     11 
     12   # The dom distiller is a layered component; subdirectories must explicitly
     13   # introduce the ability to use the content layer as appropriate.
     14   # http://www.chromium.org/developers/design-documents/layered-components-design
     15   "-components/dom_distiller",
     16   "+components/dom_distiller/core",
     17   "-content/public",
     18 ]
     19