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