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