| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index a812c1fa0eee890cc15b549179c5ed1b3ba08e65..9a4019c0d81db3f7e8e38e944daac3be451f54aa 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -93,6 +93,10 @@
|
| 'common/session/session_state_observer.cc',
|
| 'common/session/session_state_observer.h',
|
| 'common/session/session_types.h',
|
| + 'common/shelf/app_list_button.cc',
|
| + 'common/shelf/app_list_button.h',
|
| + 'common/shelf/app_list_shelf_item_delegate.cc',
|
| + 'common/shelf/app_list_shelf_item_delegate.h',
|
| 'common/shelf/ink_drop_button_listener.h',
|
| 'common/shelf/overflow_bubble.cc',
|
| 'common/shelf/overflow_bubble.h',
|
| @@ -600,10 +604,6 @@
|
| 'screen_util.cc',
|
| 'screen_util.h',
|
| 'screenshot_delegate.h',
|
| - 'shelf/app_list_button.cc',
|
| - 'shelf/app_list_button.h',
|
| - 'shelf/app_list_shelf_item_delegate.cc',
|
| - 'shelf/app_list_shelf_item_delegate.h',
|
| 'shelf/scoped_observer_with_duplicated_sources.h',
|
| 'shelf/shelf.cc',
|
| 'shelf/shelf.h',
|
|
|