summaryrefslogtreecommitdiff
path: root/chromium/blimp/engine/DEPS
blob: e64143afb6d97d8a42765a3ea85ebd469b349d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  "+base",
  "+cc",
  "-chrome",
  "+components/version_info",
  "+components/web_cache/renderer",
  "+content/public",
  "+mojo/public",
  "+net",
  "+third_party/blimp_fonts",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/WebKit/public/web/WebInputEvent.h",
  "+ui/aura",
  "+ui/base",
  "+ui/compositor",
  "+ui/events",
  "+ui/gfx",
  "+ui/platform_window",
  "+ui/resources",
  "+ui/wm",
]