| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 87a175ab4f4f7c151b920153ea268ec4835c8165..a8ae58c84a68600b9065d941eb97bcb7af7e45ca 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -18,6 +18,7 @@
|
| '../ui/events/events.gyp:events_base',
|
| '../ui/strings/ui_strings.gyp:ui_strings',
|
| '../ui/views/views.gyp:views',
|
| + 'resources/athena_resources.gyp:athena_resources',
|
| ],
|
| 'defines': [
|
| 'ATHENA_IMPLEMENTATION',
|
| @@ -73,6 +74,8 @@
|
| 'wm/bezel_controller.h',
|
| 'wm/mru_window_tracker.cc',
|
| 'wm/mru_window_tracker.h',
|
| + 'wm/overview_toolbar.cc',
|
| + 'wm/overview_toolbar.h',
|
| 'wm/public/window_list_provider.h',
|
| 'wm/public/window_manager.h',
|
| 'wm/public/window_manager_observer.h',
|
|
|