Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/common", | 2 "+athena/common", |
| 3 "+athena/input/public", | 3 "+athena/input/public", |
| 4 "+athena/screen/public", | 4 "+athena/screen/public", |
| 5 "+grit", | |
|
Jun Mukai
2014/08/13 16:55:13
oshima told me that grit path policy has slightly
sadrul
2014/08/13 19:25:29
Good to know. Thanks! Done (went with athena/resou
| |
| 5 "+ui/aura", | 6 "+ui/aura", |
| 6 "+ui/base", | 7 "+ui/base", |
| 7 "+ui/compositor", | 8 "+ui/compositor", |
| 8 "+ui/events", | 9 "+ui/events", |
| 9 "+ui/gfx", | 10 "+ui/gfx", |
| 10 "+ui/wm", | 11 "+ui/wm", |
| 11 ] | 12 ] |
| OLD | NEW |