| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 4b2bef37ba70fba34c7dbc09854e4658222efeb2..8b04b74114199322070e90c4d413d95597e0d402 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -163,7 +163,6 @@ component("ash") {
|
| "common/shelf/shelf_model_observer.h",
|
| "common/shelf/shelf_tooltip_manager.cc",
|
| "common/shelf/shelf_tooltip_manager.h",
|
| - "common/shelf/shelf_types.h",
|
| "common/shelf/shelf_view.cc",
|
| "common/shelf/shelf_view.h",
|
| "common/shelf/shelf_widget.cc",
|
| @@ -823,6 +822,7 @@ component("ash") {
|
| ]
|
| deps = [
|
| "//ash/autoclick/common:autoclick",
|
| + "//ash/public/cpp",
|
| "//ash/touch_hud",
|
| "//base",
|
| "//base:i18n",
|
|
|