| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 3c6f3906282092998189cdc815203cb2d7528f73..98c0d097f18203fc4c187d3e254ec9b510290730 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -51,11 +51,11 @@
|
| 'activity/public/activity_view_manager.h',
|
| 'activity/public/activity_view_model.h',
|
| 'athena_export.h',
|
| - 'common/container_priorities.h',
|
| - 'common/fill_layout_manager.cc',
|
| - 'common/fill_layout_manager.h',
|
| - 'common/switches.cc',
|
| - 'common/switches.h',
|
| + 'util/container_priorities.h',
|
| + 'util/fill_layout_manager.cc',
|
| + 'util/fill_layout_manager.h',
|
| + 'util/switches.cc',
|
| + 'util/switches.h',
|
| 'env/athena_env_impl.cc',
|
| 'env/public/athena_env.h',
|
| 'home/app_list_view_delegate.cc',
|
| @@ -242,7 +242,7 @@
|
| ],
|
| 'sources': [
|
| 'activity/activity_manager_unittest.cc',
|
| - 'common/fill_layout_manager_unittest.cc',
|
| + 'util/fill_layout_manager_unittest.cc',
|
| 'content/app_activity_unittest.cc',
|
| 'home/athena_start_page_view_unittest.cc',
|
| 'home/home_card_gesture_manager_unittest.cc',
|
|
|