summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/DEPS
blob: 8255dae9877a0b0c97564d0713753692bbd57a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include_rules = [
  # Generated files
  "+js2webui/chrome/test/data",

  "+sync/js",
  "+sync/internal_api/public/sessions",
  "+sync/internal_api/public/events",
  "+sync/internal_api/public/util/weak_handle.h",
  "+sync/internal_api/public/base/invalidation_util.h",

  # Other libraries.
  "+components/onc",
  "+device/bluetooth",
  "+device/nfc",
  "+third_party/angle",       # For ANGLE version.
  "+third_party/zlib/zlib.h", # For compression level constants.
  "+third_party/libaddressinput", # For i18n address input.

  # DOM Distiller.
  "+components/dom_distiller/core",
  "+components/dom_distiller/webui",

  "+components/invalidation",
]