summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
blob: 18175ac41ffcd1fb30692c66b53b9f21e2440d46 (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/plugin",  # For checking whether we're a plugin process.
  "+chrome/default_plugin",
  "+grit",  # For generated headers
  "+libxml",
  "+media/audio",
  "+media/base",
  "+remoting/client/plugin",
  "+sandbox/src",
  "+skia",
  "+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/installer",
]