| Index: ash/mus/DEPS
|
| diff --git a/ash/mus/DEPS b/ash/mus/DEPS
|
| index 274c420ab8328c80fb82cd07d3f773ccb17ee02f..b508aea64507d54f5cb7c9357c88f19e0a449c71 100644
|
| --- a/ash/mus/DEPS
|
| +++ b/ash/mus/DEPS
|
| @@ -10,7 +10,17 @@ include_rules = [
|
| "+services/service_manager/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",
|
| + ],
|
| +
|
| "app_launch_unittest.cc": [
|
| "+mash/quick_launch/public",
|
| ],
|
|
|