summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/DEPS
blob: 99df536394de11ccc0e5fe16f8ea673ed95f5f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
  "+chrome/app",  # The plugins use the theme library to get the sad plugin bitmap.
  "+chrome/plugin",
  "+grit",  # For generated headers
  "+media/audio",
  "+media/base",
  "+media/ffmpeg",
  "+media/filters",
  "+media/video",
  "+ppapi/c",
  "+sandbox/src",
  "+skia/include",
  "+webkit/extensions",
  "+webkit/glue",
  "+webkit/glue/plugins",
  "+v8/include",
  "+third_party/cld/encodings/compact_lang_det/win",
  "+third_party/npapi/bindings",
  "+third_party/sqlite",
  "+third_party/tcmalloc",
]