summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
blob: 3fd16713db4b23b673f34ab7ceb52db291a12a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_rules = [
  "+chrome/plugin",  # For checking whether we're a plugin process.
  "+libxml",
  "+sandbox/src",
  "+skia/include",
  "+webkit/glue",
  
  # Other libraries.
  "+third_party/bzip2",
  "+third_party/npapi",
  "+third_party/sqlite",
  "+third_party/zlib",
  
  # FIXME - refactor code and remove these dependencies
  "+chrome/app",
  "+chrome/browser",
  "+chrome/browser/net",
  "+chrome/renderer",
  "+chrome/views",
]