| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 37f28da086f254149c1d67f76609c2957f8c6bee..1d994deb2f9ce10fadbc6eea3086752ede407945 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',
|
|
|