Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-chrome", | |
| 2 "+sandbox/src", | 3 "+sandbox/src", |
| 3 "+skia/ext", | 4 "+skia/ext", |
| 4 "+third_party/npapi", | 5 "+third_party/npapi", |
| 5 "+webkit/glue", | 6 "+webkit/glue", |
| 6 "+webkit/plugins", | 7 "+webkit/plugins", |
| 7 ] | 8 ] |
| 8 | 9 |
| OLD | NEW |