| Index: ash/BUILD.gn
 | 
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
 | 
| index 32223c5d065a37043f1a8ac48c54de4bfc9e255d..9c5f2cfeaef2a4129ef86899e278d7724e8d97c3 100644
 | 
| --- a/ash/BUILD.gn
 | 
| +++ b/ash/BUILD.gn
 | 
| @@ -284,6 +284,8 @@ component("ash") {
 | 
|      "shelf/overflow_bubble_view.h",
 | 
|      "shelf/overflow_button.cc",
 | 
|      "shelf/overflow_button.h",
 | 
| +    "shelf/shelf.cc",
 | 
| +    "shelf/shelf.h",
 | 
|      "shelf/shelf_alignment_menu.cc",
 | 
|      "shelf/shelf_alignment_menu.h",
 | 
|      "shelf/shelf_application_menu_model.cc",
 | 
| @@ -308,6 +310,7 @@ component("ash") {
 | 
|      "shelf/shelf_model.cc",
 | 
|      "shelf/shelf_model.h",
 | 
|      "shelf/shelf_model_observer.h",
 | 
| +    "shelf/shelf_observer.h",
 | 
|      "shelf/shelf_tooltip_manager.cc",
 | 
|      "shelf/shelf_tooltip_manager.h",
 | 
|      "shelf/shelf_view.cc",
 | 
| @@ -320,9 +323,6 @@ component("ash") {
 | 
|      "shelf/shelf_window_watcher.h",
 | 
|      "shelf/shelf_window_watcher_item_delegate.cc",
 | 
|      "shelf/shelf_window_watcher_item_delegate.h",
 | 
| -    "shelf/wm_shelf.cc",
 | 
| -    "shelf/wm_shelf.h",
 | 
| -    "shelf/wm_shelf_observer.h",
 | 
|      "shell.cc",
 | 
|      "shell.h",
 | 
|      "shell_delegate.h",
 | 
| 
 |