| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+crypto", | 2 "+crypto", |
| 3 "+google_apis", | 3 "+google_apis", |
| 4 "+media/base", | 4 "+media/base", |
| 5 | 5 |
| 6 # Note: Only for net::EnableSSLServerSockets(), which must be called by | 6 # Note: Only for net::EnableSSLServerSockets(), which must be called by |
| 7 # unit tests at process start. | 7 # unit tests at process start. |
| 8 "-net", | 8 "-net", |
| 9 "+net/socket", | 9 "+net/socket", |
| 10 | 10 |
| 11 "-remoting", | 11 "-remoting", |
| 12 "+remoting/base", | 12 "+remoting/base", |
| 13 "+remoting/proto", | 13 "+remoting/proto", |
| 14 "+third_party/google_toolbox_for_mac/src", | 14 "+third_party/google_toolbox_for_mac/src", |
| 15 "+third_party/libjingle", | 15 "+third_party/libjingle", |
| 16 "+third_party/libvpx", | 16 "+third_party/libvpx", |
| 17 "+third_party/libyuv", | 17 "+third_party/libyuv", |
| 18 "+third_party/webrtc/base", |
| 18 "+third_party/webrtc/modules/desktop_capture", | 19 "+third_party/webrtc/modules/desktop_capture", |
| 19 "+ui/base/keycodes", | 20 "+ui/base/keycodes", |
| 20 ] | 21 ] |
| OLD | NEW |