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.
"+grit", # For generated headers
"+libxml",
"+media/audio",
"+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",
]
|