| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 6119f90bcfacf0f95b82e8fb1d68528a2792c041..59639c8cc3775071df455f5c90b48530fa9cbbc5 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -51,6 +51,8 @@
|
| 'accelerators/nested_dispatcher_controller.h',
|
| 'app_list/app_list.cc',
|
| 'app_list/app_list.h',
|
| + 'app_list/app_list_bubble_border.cc',
|
| + 'app_list/app_list_bubble_border.h',
|
| 'app_list/app_list_item_model.cc',
|
| 'app_list/app_list_item_model.h',
|
| 'app_list/app_list_item_model_observer.h',
|
| @@ -67,6 +69,11 @@
|
| 'app_list/drop_shadow_label.h',
|
| 'app_list/icon_cache.cc',
|
| 'app_list/icon_cache.h',
|
| + 'app_list/page_switcher.cc',
|
| + 'app_list/page_switcher.h',
|
| + 'app_list/pagination_model.cc',
|
| + 'app_list/pagination_model.h',
|
| + 'app_list/pagination_model_observer.h',
|
| 'ash_switches.cc',
|
| 'ash_switches.h',
|
| 'caps_lock_delegate.h',
|
|
|