| Index: ash/common/shelf/DEPS
|
| diff --git a/ash/common/shelf/DEPS b/ash/common/shelf/DEPS
|
| index 10133ab704765e1515ba7ab04cc1b77e4755c268..7d971a0f88f011bf41865a7522e1d615248a4c79 100644
|
| --- a/ash/common/shelf/DEPS
|
| +++ b/ash/common/shelf/DEPS
|
| @@ -2,6 +2,13 @@
|
| # before adding items here. http://crbug.com/615155
|
| specific_include_rules = {
|
| "shelf_view.cc": [
|
| - "+ash/shelf/shelf_widget.h"
|
| + "+ash/shelf/shelf_widget.h",
|
| + ],
|
| + "wm_shelf.cc": [
|
| + "+ash/shelf/shelf.h",
|
| + "+ash/shelf/shelf_layout_manager.h",
|
| + ],
|
| + "wm_shelf.h": [
|
| + "+ash/shelf/shelf_layout_manager_observer.h",
|
| ],
|
| }
|
|
|