OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+athena/athena_export.h", | 2 "+athena/athena_export.h", |
3 "+athena/env/public", | 3 "+athena/env/public", |
4 "+athena/input/public", | 4 "+athena/input/public", |
5 "+athena/screen/public", | 5 "+athena/screen/public", |
| 6 "+athena/strings/grit/athena_strings.h", |
6 "+athena/system/public", | 7 "+athena/system/public", |
7 "+athena/wm/public", | 8 "+athena/wm/public", |
8 "+third_party/skia/include", | 9 "+third_party/skia/include", |
9 "+ui/aura", | 10 "+ui/aura", |
10 "+ui/app_list", | 11 "+ui/app_list", |
11 "+ui/base/resource/resource_bundle.h", | 12 "+ui/base", |
12 "+ui/compositor", | 13 "+ui/compositor", |
13 "+ui/events", | 14 "+ui/events", |
14 "+ui/gfx", | 15 "+ui/gfx", |
15 "+ui/resources/grit/ui_resources.h", | 16 "+ui/resources/grit/ui_resources.h", |
16 "+ui/views", | 17 "+ui/views", |
17 "+ui/wm/core", | 18 "+ui/wm/core", |
18 "+ui/wm/public", | 19 "+ui/wm/public", |
19 ] | 20 ] |
20 specific_include_rules = { | 21 specific_include_rules = { |
21 ".*_unittest.cc": [ | 22 ".*_unittest.cc": [ |
22 "+athena/activity/public", | 23 "+athena/activity/public", |
23 ] | 24 ] |
24 } | 25 } |
OLD | NEW |