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 21 matching lines...) Expand all Loading... |
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/shell/app", | 37 "+extensions/shell/app", |
38 "+extensions/shell/browser", | 38 "+extensions/shell/browser", |
39 "+extensions/shell/common", | 39 "+extensions/shell/common", |
40 "+extensions/shell/renderer", | 40 "+extensions/shell/renderer", |
41 ], | 41 ], |
42 "athena_app_window_controller\.*": [ | |
43 "+extensions/shell/browser", | |
44 ], | |
45 "athena_content_client\.h": [ | 42 "athena_content_client\.h": [ |
46 "+extensions/shell/common", | 43 "+extensions/shell/common", |
47 ], | 44 ], |
48 # TODO(oshima): Remove this. | 45 # TODO(oshima): Remove this. |
49 "placeholder\.*": [ | 46 "placeholder\.*": [ |
50 "+third_party/skia", | 47 "+third_party/skia", |
51 "+ui/gfx", | 48 "+ui/gfx", |
52 "+ui/views", | 49 "+ui/views", |
53 ], | 50 ], |
54 } | 51 } |
55 | 52 |
OLD | NEW |