OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+ui", | 2 "+ui", |
3 "+base/crypto", | 3 "+base/crypto", |
4 "+breakpad", | |
4 "+net/base", | 5 "+net/base", |
5 "+net/ftp", | 6 "+net/ftp", |
6 "+net/http", | 7 "+net/http", |
7 "+net/proxy", | 8 "+net/proxy", |
8 "+net/test", | 9 "+net/test", |
9 "+net/url_request", | 10 "+net/url_request", |
10 | 11 |
11 "+remoting/protocol", | 12 "+remoting/protocol", |
12 "+remoting/jingle_glue", | 13 "+remoting/jingle_glue", |
13 "+third_party/jsoncpp", | 14 "+third_party/jsoncpp", |
14 "+third_party/modp_b64", | 15 "+third_party/modp_b64", |
15 "+third_party/npapi", | 16 "+third_party/npapi", |
16 ] | 17 ] |
OLD | NEW |