| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+crypto", | 2 "+crypto", |
| 3 | 3 |
| 4 "+components/policy", | 4 "+components/policy", |
| 5 | 5 |
| 6 "-remoting", | 6 "-remoting", |
| 7 "+remoting/base", | 7 "+remoting/base", |
| 8 "+remoting/proto", | 8 "+remoting/proto", |
| 9 "+third_party/google_toolbox_for_mac/src", | 9 "+third_party/google_toolbox_for_mac/src", |
| 10 "+third_party/libjingle", | 10 "+third_party/libjingle", |
| 11 "+third_party/libvpx", | 11 "+third_party/libvpx", |
| 12 "+third_party/libyuv", | 12 "+third_party/libyuv", |
| 13 "+third_party/webrtc/base", | 13 "+third_party/webrtc/base", |
| 14 "+third_party/webrtc/libjingle", | |
| 15 "+third_party/webrtc/media", | 14 "+third_party/webrtc/media", |
| 16 "+third_party/webrtc/p2p", | 15 "+third_party/webrtc/p2p", |
| 17 "+third_party/webrtc/modules/desktop_capture", | 16 "+third_party/webrtc/modules/desktop_capture", |
| 17 "+third_party/libjingle_xmpp/xmllite", |
| 18 "+ui/base/keycodes", | 18 "+ui/base/keycodes", |
| 19 "+ui/base/l10n", | 19 "+ui/base/l10n", |
| 20 "+ui/base/resource", | 20 "+ui/base/resource", |
| 21 ] | 21 ] |
| OLD | NEW |