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