| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 3c6f3906282092998189cdc815203cb2d7528f73..c37090f7e7b105a91e0ccff8340b1b9a9b32862d 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -52,6 +52,8 @@
|
| 'activity/public/activity_view_model.h',
|
| 'athena_export.h',
|
| 'common/container_priorities.h',
|
| + 'common/drag_handle.cc',
|
| + 'common/drag_handle.h',
|
| 'common/fill_layout_manager.cc',
|
| 'common/fill_layout_manager.h',
|
| 'common/switches.cc',
|
| @@ -242,6 +244,7 @@
|
| ],
|
| 'sources': [
|
| 'activity/activity_manager_unittest.cc',
|
| + 'common/drag_handle_unittest.cc',
|
| 'common/fill_layout_manager_unittest.cc',
|
| 'content/app_activity_unittest.cc',
|
| 'home/athena_start_page_view_unittest.cc',
|
|
|