blob: 21565d950579f9780bf266013b0b2a4a4f46f74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_rules = [
# Hack for NPAPI policy support. REMOVE ASAP.
# Bug: http://crbug.com/92576
"+content/common",
"+crypto",
"+media/base",
"-remoting",
"+remoting/base",
"+remoting/proto",
"+skia/config",
"+skia/ext",
"+third_party/GTM",
"+third_party/GTM/AppKit",
"+third_party/libjingle",
"+third_party/libvpx",
"+third_party/skia/include/core",
"+ui/base/keycodes",
]
|