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