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