| 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/resources/grit/athena_resources.h", |
| 10 "+athena/screen/public", | 10 "+athena/screen/public", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "+ui/gl", | 27 "+ui/gl", |
| 28 "+ui/keyboard", | 28 "+ui/keyboard", |
| 29 "+ui/native_theme", | 29 "+ui/native_theme", |
| 30 "+ui/views", | 30 "+ui/views", |
| 31 "+ui/wm/core", | 31 "+ui/wm/core", |
| 32 ] | 32 ] |
| 33 | 33 |
| 34 specific_include_rules = { | 34 specific_include_rules = { |
| 35 "athena_main\.cc": [ | 35 "athena_main\.cc": [ |
| 36 "+content/public/app", | 36 "+content/public/app", |
| 37 "+extensions/browser/app_window", |
| 37 "+extensions/shell/app", | 38 "+extensions/shell/app", |
| 38 "+extensions/shell/browser", | 39 "+extensions/shell/browser", |
| 39 "+extensions/shell/common", | 40 "+extensions/shell/common", |
| 40 "+extensions/shell/renderer", | 41 "+extensions/shell/renderer", |
| 41 ], | 42 ], |
| 42 "athena_content_client\.h": [ | 43 "athena_content_client\.h": [ |
| 43 "+extensions/shell/common", | 44 "+extensions/shell/common", |
| 44 ], | 45 ], |
| 45 # TODO(oshima): Remove this. | 46 # TODO(oshima): Remove this. |
| 46 "placeholder\.*": [ | 47 "placeholder\.*": [ |
| 47 "+third_party/skia/include", | 48 "+third_party/skia/include", |
| 48 "+ui/gfx", | 49 "+ui/gfx", |
| 49 "+ui/views", | 50 "+ui/views", |
| 50 ], | 51 ], |
| 51 "athena_frame_view\.*": [ | 52 "athena_frame_view\.*": [ |
| 52 "+third_party/skia/include", | 53 "+third_party/skia/include", |
| 53 ], | 54 ], |
| 54 } | 55 } |
| 55 | 56 |
| OLD | NEW |