| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+ash", | 2 "+ash", |
| 3 "+cc/output", | 3 "+cc/output", |
| 4 "+components/policy/core/common", | 4 "+components/policy/core/common", |
| 5 "+extensions/browser/api/messaging", | 5 "+extensions/browser/api/messaging", |
| 6 "+jingle/glue", | 6 "+jingle/glue", |
| 7 "+net", | 7 "+net", |
| 8 "+remoting/codec", | 8 "+remoting/codec", |
| 9 "+remoting/protocol", | 9 "+remoting/protocol", |
| 10 "+remoting/signaling", | 10 "+remoting/signaling", |
| 11 "+remoting/tools", | 11 "+remoting/tools", |
| 12 "+third_party/jsoncpp", | 12 "+third_party/jsoncpp", |
| 13 "+third_party/modp_b64", | |
| 14 "+third_party/skia", | 13 "+third_party/skia", |
| 15 "+third_party/webrtc", | 14 "+third_party/webrtc", |
| 16 "+ui", | 15 "+ui", |
| 17 ] | 16 ] |
| OLD | NEW |