Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-ash", | 2 "-ash", |
| 3 "+ash/ash_export.h", | 3 "+ash/ash_export.h", |
| 4 "+ash/common", | 4 "+ash/common", |
| 5 "+ui", | 5 "+ui", |
| 6 "-ui/aura", | 6 "-ui/aura", |
| 7 ] | 7 ] |
| 8 | |
| 9 specific_include_rules = { | |
| 10 ".*test\.cc": [ | |
| 11 "+ash/test", | |
| 12 ] | |
| 13 } | |
| OLD | NEW |