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