Home | History | Annotate | Download | only in dom_distiller
      1 include_rules = [
      2   "+components/leveldb_proto",
      3   "+components/pref_registry",
      4   "+google", # For third_party/protobuf.
      5   "+grit",  # For generated headers.
      6   "+jni",
      7   "+sync/api",
      8   "+sync/internal_api/public/attachments", # Needed for tests.
      9   "+sync/protocol",
     10   "+third_party/dom_distiller_js",
     11   "+net/base",
     12   "+net/http",
     13   "+net/url_request",
     14   "+ui/base/l10n",
     15   "+ui/base/resource",
     16   "+ui/gfx",
     17 
     18   # The dom distiller is a layered component; subdirectories must explicitly
     19   # introduce the ability to use the content layer as appropriate.
     20   # http://www.chromium.org/developers/design-documents/layered-components-design
     21   "-components/dom_distiller",
     22   "+components/dom_distiller/core",
     23 ]
     24