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/heap", | 5 "+platform/heap", |
| 6 "+platform/wtf", | 6 "+platform/wtf", |
| 7 "+v8", | 7 "+v8", |
| 8 | |
| 9 # Use platform/wtf/ now (see crbug.com/691465). | |
| 10 "-wtf", | |
| 11 ] | 8 ] |
| OLD | NEW |