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