summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
blob: 50f16bfbcacca0cb7c2c7cf685a8d8570c2e2760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  "+chrome/plugin",  # For checking whether we're a plugin process.
  "+grit",  # For generated headers
  "+libxml",
  "+media/audio",
  "+sandbox/src",
  "+skia/include",
  "+webkit/glue",

  # Other libraries.
  "+chrome/third_party/xdg_user_dirs",
  "+third_party/bzip2",
  "+third_party/npapi",
  "+third_party/sqlite",
  "+third_party/zlib",

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