| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Hack for NPAPI policy support. REMOVE ASAP. | 2 # Hack for NPAPI policy support. REMOVE ASAP. |
| 3 # Bug: http://crbug.com/92576 | 3 # Bug: http://crbug.com/92576 |
| 4 "+content/common", | 4 "+content/common", |
| 5 | 5 |
| 6 "+crypto", | 6 "+crypto", |
| 7 "+google_apis", | 7 "+google_apis", |
| 8 "+media/base", | 8 "+media/base", |
| 9 | 9 |
| 10 # Note: Only for net::EnableSSLServerSockets(), which must be called by | 10 # Note: Only for net::EnableSSLServerSockets(), which must be called by |
| 11 # unit tests at process start. | 11 # unit tests at process start. |
| 12 "-net", | 12 "-net", |
| 13 "+net/socket", | 13 "+net/socket", |
| 14 | 14 |
| 15 "-remoting", | 15 "-remoting", |
| 16 "+remoting/base", | 16 "+remoting/base", |
| 17 "+remoting/proto", | 17 "+remoting/proto", |
| 18 "+skia/config", | |
| 19 "+skia/ext", | |
| 20 "+third_party/GTM", | 18 "+third_party/GTM", |
| 21 "+third_party/GTM/AppKit", | 19 "+third_party/GTM/AppKit", |
| 22 "+third_party/libjingle", | 20 "+third_party/libjingle", |
| 23 "+third_party/libvpx", | 21 "+third_party/libvpx", |
| 24 "+third_party/libyuv", | 22 "+third_party/libyuv", |
| 25 "+third_party/skia/include/core", | 23 "+third_party/webrtc/modules/desktop_capture", |
| 26 "+ui/base/keycodes", | 24 "+ui/base/keycodes", |
| 27 ] | 25 ] |
| OLD | NEW |