OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+ash", | |
3 "+cc/output", | |
2 "+jingle/glue", | 4 "+jingle/glue", |
3 "+net", | 5 "+net", |
4 "+remoting/codec", | 6 "+remoting/codec", |
5 "+remoting/protocol", | 7 "+remoting/protocol", |
6 "+remoting/signaling", | 8 "+remoting/signaling", |
7 "+third_party/jsoncpp", | 9 "+third_party/jsoncpp", |
8 "+third_party/modp_b64", | 10 "+third_party/modp_b64", |
11 "+third_party/skia", | |
9 "+third_party/webrtc", | 12 "+third_party/webrtc", |
10 "+ui", | 13 "+ui", |
11 ] | 14 ] |
OLD | NEW |