summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/DEPS
blob: d5673d2f18c25485d2a169b657f5fc0d7f0a3ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/filters",
  "+sandbox/src",
  "+skia/include",
  "+webkit/default_plugin",
  "+webkit/extensions",
  "+webkit/glue",
  "+webkit/glue/plugins",
  "+v8/include",

  # FIXME - refactor code and remove these dependencies
  "+chrome/browser/net",
]