OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+gfx", | 2 "+gfx", |
3 "+google/protobuf", | 3 "+google/protobuf", |
4 "+media/base", | 4 "+media/base", |
5 | 5 |
6 # TODO(ajwong): Remove when xmpp code is out of jingle_glue. | 6 "+jingle", |
7 "+net", | |
8 | 7 |
9 "+talk", | 8 "+talk", |
10 "+third_party/npapi", | 9 "+third_party/npapi", |
11 "+third_party/zlib", | 10 "+third_party/zlib", |
12 ] | 11 ] |
OLD | NEW |