Chromium Code Reviews| 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', |
|
Jun Mukai
2014/08/13 16:55:13
can you remove the resources dependency from athen
sadrul
2014/08/13 19:25:29
I believe we would have to export_dependent_settin
|
| ], |
| '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', |