OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-ash", | 2 "-ash", |
3 "+ash/common", | 3 "+ash/common", |
4 "+ash/mus", | 4 "+ash/mus", |
5 "+ash/public", | 5 "+ash/public", |
6 "+services/ui/common", | 6 "+services/ui/common", |
7 "+services/ui/public", | 7 "+services/ui/public", |
8 "+grit/ash_mus_resources.h", | 8 "+grit/ash_mus_resources.h", |
9 "+mash/session/public", | 9 "+mash/session/public", |
10 "+mash/shelf/public", | 10 "+mash/shelf/public", |
11 "+mojo/common", | 11 "+mojo/common", |
12 "+mojo/public", | 12 "+mojo/public", |
13 "+services/catalog/public", | 13 "+services/catalog/public", |
14 "+services/shell/public", | 14 "+services/shell/public", |
15 "+services/tracing/public", | 15 "+services/tracing/public", |
16 ] | 16 ] |
| 17 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ |
| 18 # before adding items here. http://crbug.com/615155 |
| 19 specific_include_rules = { |
| 20 "root_window_controller.cc": [ |
| 21 "+ash/shelf/shelf_layout_manager.h", |
| 22 ], |
| 23 "shelf_delegate_mus.cc": [ |
| 24 "+ash/shelf/shelf.h", |
| 25 "+ash/shelf/shelf_widget.h", |
| 26 ], |
| 27 } |
OLD | NEW |