| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/activity/public", | 2 "+athena/activity/public", |
| 3 "+athena/content/public", | 3 "+athena/content/public", |
| 4 "+athena/env/public", | 4 "+athena/env/public", |
| 5 "+athena/extensions/public", | 5 "+athena/extensions/public", |
| 6 "+athena/home/public", | 6 "+athena/home/public", |
| 7 "+athena/input/public", | 7 "+athena/input/public", |
| 8 "+athena/resource_manager/public", | 8 "+athena/resource_manager/public", |
| 9 "+athena/resources/grit/athena_resources.h", |
| 9 "+athena/screen/public", | 10 "+athena/screen/public", |
| 10 "+athena/system/public", | 11 "+athena/system/public", |
| 11 "+athena/task/public", | 12 "+athena/task/public", |
| 12 "+athena/virtual_keyboard/public", | 13 "+athena/virtual_keyboard/public", |
| 13 "+athena/wm/public", | 14 "+athena/wm/public", |
| 14 "+components/metrics/proto", | 15 "+components/metrics/proto", |
| 15 "+components/omnibox", | 16 "+components/omnibox", |
| 16 "+components/search_engines", | 17 "+components/search_engines", |
| 17 "+content/public", | 18 "+content/public", |
| 18 "+grit", | |
| 19 "+net", | 19 "+net", |
| 20 "+ui/aura", | 20 "+ui/aura", |
| 21 "+ui/app_list", | 21 "+ui/app_list", |
| 22 "+ui/base", | 22 "+ui/base", |
| 23 "+ui/compositor", | 23 "+ui/compositor", |
| 24 "+ui/events", | 24 "+ui/events", |
| 25 "+ui/gl", | 25 "+ui/gl", |
| 26 "+ui/keyboard", | 26 "+ui/keyboard", |
| 27 "+ui/native_theme", | 27 "+ui/native_theme", |
| 28 "+ui/views", | 28 "+ui/views", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 41 "+extensions/shell/browser", | 41 "+extensions/shell/browser", |
| 42 ], | 42 ], |
| 43 # TODO(oshima): Remove this. | 43 # TODO(oshima): Remove this. |
| 44 "placeholder\.*": [ | 44 "placeholder\.*": [ |
| 45 "+third_party/skia", | 45 "+third_party/skia", |
| 46 "+ui/gfx", | 46 "+ui/gfx", |
| 47 "+ui/views", | 47 "+ui/views", |
| 48 ], | 48 ], |
| 49 } | 49 } |
| 50 | 50 |
| OLD | NEW |