1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
include_rules = [
"+chrome/app", # The plugins use the theme library to get the sad plugin bitmap.
# TODO(jam): remove this once all of chrome doesn't depend on content/common.
"-content/common",
"+content/public/renderer",
"+grit", # For generated headers
"+media/base", # For initializing media library and media switches.
"+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl registration.
"+ppapi/c",
"+ppapi/proxy",
"+ppapi/shared_impl",
"+sandbox/src",
"+skia",
"+webkit/extensions",
"+webkit/glue",
"+webkit/glue/plugins",
"+webkit/gpu",
"+webkit/plugins",
"+v8/include",
"+third_party/cld/encodings/compact_lang_det/win",
"+third_party/npapi/bindings",
"+third_party/sqlite",
]
|