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