| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 65ed34e8d1d190f53f498c232a3f6ee1a1020ef5..8ddfd3717e9812a48c37c3f7a867253687b62bbc 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -11,6 +11,7 @@
|
| 'target_name': 'athena_lib',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| + '../chromeos/chromeos.gyp:power_manager_proto',
|
| '../ui/aura/aura.gyp:aura',
|
| '../ui/app_list/app_list.gyp:app_list',
|
| '../ui/views/views.gyp:views',
|
| @@ -54,6 +55,8 @@
|
| 'screen/screen_accelerator_handler.h',
|
| 'screen/screen_manager_impl.cc',
|
| 'wm/public/window_manager.h',
|
| + 'wm/debug/debug_window.cc',
|
| + 'wm/debug/debug_window.h',
|
| 'wm/window_manager_impl.cc',
|
| 'wm/window_overview_mode.cc',
|
| 'wm/window_overview_mode.h',
|
|
|