| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index a4329120bca504a0fefc6706d04ab4ec3f24d471..dbcfbbf68f09bef47478f44cf2fb3eaff1a51251 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -62,15 +62,18 @@
|
| 'screen/screen_accelerator_handler.cc',
|
| 'screen/screen_accelerator_handler.h',
|
| 'screen/screen_manager_impl.cc',
|
| - 'wm/public/window_manager.h',
|
| - 'wm/public/window_manager_observer.h',
|
| 'wm/bezel_controller.cc',
|
| 'wm/bezel_controller.h',
|
| + 'wm/coordinate_conversion.cc',
|
| + 'wm/coordinate_conversion.h',
|
| + 'wm/public/window_manager.h',
|
| + 'wm/public/window_manager_observer.h',
|
| 'wm/split_view_controller.cc',
|
| 'wm/split_view_controller.h',
|
| 'wm/window_manager_impl.cc',
|
| 'wm/window_overview_mode.cc',
|
| 'wm/window_overview_mode.h',
|
| + 'wm/window_stack_provider.h',
|
| ],
|
| },
|
| {
|
|
|