| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+ppapi", | 2 "+ppapi", |
| 3 "+jingle/glue", |
| 3 "+third_party/npapi", | 4 "+third_party/npapi", |
| 4 "+ui/gfx", | 5 "+ui/gfx", |
| 5 | 6 |
| 6 "+remoting/protocol", | 7 "+remoting/protocol", |
| 7 "+remoting/jingle_glue", | 8 "+remoting/jingle_glue", |
| 8 | 9 |
| 9 # TODO(sergeyu): Remove this dependency: crbug.com/74951 . | 10 # TODO(sergeyu): Remove this dependency: crbug.com/74951 . |
| 10 "+webkit/plugins/ppapi", | 11 "+webkit/plugins/ppapi", |
| 11 "+content/renderer/p2p", | 12 "+content/renderer/p2p", |
| 12 ] | 13 ] |
| OLD | NEW |