| Index: ash/mus/bridge/DEPS
|
| diff --git a/ash/common/shelf/DEPS b/ash/mus/bridge/DEPS
|
| similarity index 66%
|
| copy from ash/common/shelf/DEPS
|
| copy to ash/mus/bridge/DEPS
|
| index 10133ab704765e1515ba7ab04cc1b77e4755c268..486a6687cf89ffe4d871bfc99d886f0508089634 100644
|
| --- a/ash/common/shelf/DEPS
|
| +++ b/ash/mus/bridge/DEPS
|
| @@ -1,7 +1,8 @@
|
| # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
|
| # before adding items here. http://crbug.com/615155
|
| specific_include_rules = {
|
| - "shelf_view.cc": [
|
| - "+ash/shelf/shelf_widget.h"
|
| + "wm_shelf_mus.cc": [
|
| + "+ash/shelf/shelf.h",
|
| + "+ash/shelf/shelf_widget.h",
|
| ],
|
| }
|
|
|