summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/DEPS
blob: 1c3fbd84e51a5fc53c933315278d4ce556456989 (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",

  # 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",
  "+components/proximity_auth",
]