| Index: ash/mus/DEPS
|
| diff --git a/ash/mus/DEPS b/ash/mus/DEPS
|
| index 9895a5dbafe1f0c1504a0f8bc07399fbe8205859..cdee2b7a2ac2cb068c054715069cdf7bfda17d19 100644
|
| --- a/ash/mus/DEPS
|
| +++ b/ash/mus/DEPS
|
| @@ -15,3 +15,14 @@ include_rules = [
|
| "+services/shell/public",
|
| "+services/tracing/public",
|
| ]
|
| +# Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
|
| +# before adding items here. http://crbug.com/615155
|
| +specific_include_rules = {
|
| + "root_window_controller.cc": [
|
| + "+ash/shelf/shelf_layout_manager.h",
|
| + ],
|
| + "shelf_delegate_mus.cc": [
|
| + "+ash/shelf/shelf.h",
|
| + "+ash/shelf/shelf_widget.h",
|
| + ],
|
| +}
|
|
|