Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+bindings", | 2 "+bindings", |
| 3 "+core", | 3 "+core", |
| 4 "+modules", | 4 "+modules", |
| 5 "+platform", | 5 "+platform", |
| 6 "+public/platform", | 6 "+public/platform", |
| 7 "-web", | 7 "-web", |
| 8 | |
| 9 # Use platform/wtf/ now (see crbug.com/691465). | |
| 10 "-wtf/", | |
| 11 ] | 8 ] |
| OLD | NEW |