| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 5a434f89e952c38686f7ec8148c6b74fd3ab74d7..26e4afbceca6bbe964cc6550d12b91b764d6deb6 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -36,8 +36,8 @@
|
| 'activity/public/activity_manager.h',
|
| 'activity/public/activity_view_manager.h',
|
| 'activity/public/activity_view_model.h',
|
| - # move athena_export.h to common/
|
| 'athena_export.h',
|
| + 'common/container_priorities.h',
|
| 'common/fill_layout_manager.cc',
|
| 'common/fill_layout_manager.h',
|
| 'common/switches.cc',
|
| @@ -153,6 +153,7 @@
|
| 'test/athena_unittests.cc',
|
| 'activity/activity_manager_unittest.cc',
|
| 'input/accelerator_manager_unittest.cc',
|
| + 'screen/screen_manager_unittest.cc',
|
| 'wm/window_manager_unittest.cc',
|
| ],
|
| }
|
|
|