| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index f6f6a1c4df96957d210401c47954daa261ae4c1d..be5ae1c4c6cfa6d9c99d3c7d81eb9f881a8f2001 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -164,8 +164,6 @@ component("ash") {
|
| "common/shelf/shelf_controller.cc",
|
| "common/shelf/shelf_controller.h",
|
| "common/shelf/shelf_delegate.h",
|
| - "common/shelf/shelf_item_types.cc",
|
| - "common/shelf/shelf_item_types.h",
|
| "common/shelf/shelf_layout_manager.cc",
|
| "common/shelf/shelf_layout_manager.h",
|
| "common/shelf/shelf_layout_manager_observer.h",
|
| @@ -1270,6 +1268,7 @@ source_set("common_unittests") {
|
| deps = [
|
| "//ash",
|
| "//ash/public/cpp:ash_public_cpp",
|
| + "//ash/public/cpp:unit_tests",
|
| "//ash/resources/vector_icons",
|
| "//ash/test:test_support_without_content",
|
| "//base",
|
|
|