Chromium Code Reviews| OLD | NEW | 
|---|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2 "+apps/shell/app", | |
| 3 "+apps/shell/browser", | |
| 4 "+athena/home/public", | 2 "+athena/home/public", | 
| 5 "+athena/screen/public", | 3 "+athena/screen/public", | 
| 6 "+athena/wm/public", | 4 "+athena/wm/public", | 
| 7 "+content/public/app", | |
| 8 "+ui/aura", | 5 "+ui/aura", | 
| 9 "+ui/wm/core", | 6 "+ui/wm/core", | 
| 10 ] | 7 ] | 
| 11 | 8 | 
| 9 specific_include_rules = { | |
| 10 "athena_main\.cc": [ | |
| 11 "+apps/shell/app", | |
| 12 "+apps/shell/browser", | |
| 13 "+content/public/app", | |
| 14 ], | |
| 12 # TODO(oshima): Remove this. | 15 # TODO(oshima): Remove this. | 
| 13 specific_include_rules = { | |
| 14 "placeholder\.*": [ | 16 "placeholder\.*": [ | 
| 15 "+third_party/skia", | 17 "+third_party/skia", | 
| 16 "+ui/gfx", | 18 "+ui/gfx", | 
| 17 "+ui/views", | 19 "+ui/views", | 
| 18 ], | 20 ], | 
| 19 } | 21 } | 
| 20 | 22 | 
| OLD | NEW |