1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
include_rules = [
"+ui",
"+base/crypto",
"+net/base",
"+net/ftp",
"+net/http",
"+net/proxy",
"+net/test",
"+net/url_request",
# Note: Only for net::EnableSSLServerSockets(), which must be called by
# at process start.
"+net/socket",
"+remoting/codec",
"+remoting/protocol",
"+remoting/jingle_glue",
"+third_party/jsoncpp",
"+third_party/modp_b64",
"+third_party/npapi",
]
|