OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "athena/main/athena_launcher.h" | 5 #include "athena/main/public/athena_launcher.h" |
6 | 6 |
7 #include "athena/activity/public/activity_factory.h" | 7 #include "athena/activity/public/activity_factory.h" |
8 #include "athena/activity/public/activity_manager.h" | 8 #include "athena/activity/public/activity_manager.h" |
9 #include "athena/content/public/app_registry.h" | 9 #include "athena/content/public/app_registry.h" |
10 #include "athena/content/public/content_activity_factory_creator.h" | 10 #include "athena/content/public/content_activity_factory_creator.h" |
11 #include "athena/content/public/content_app_model_builder.h" | 11 #include "athena/content/public/content_app_model_builder.h" |
12 #include "athena/env/public/athena_env.h" | 12 #include "athena/env/public/athena_env.h" |
13 #include "athena/extensions/public/extensions_delegate.h" | 13 #include "athena/extensions/public/extensions_delegate.h" |
14 #include "athena/home/public/home_card.h" | 14 #include "athena/home/public/home_card.h" |
15 #include "athena/input/public/input_manager.h" | 15 #include "athena/input/public/input_manager.h" |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 athena::SystemUI::Shutdown(); | 161 athena::SystemUI::Shutdown(); |
162 athena::ScreenManager::Shutdown(); | 162 athena::ScreenManager::Shutdown(); |
163 athena::InputManager::Shutdown(); | 163 athena::InputManager::Shutdown(); |
164 athena::ExtensionsDelegate::Shutdown(); | 164 athena::ExtensionsDelegate::Shutdown(); |
165 athena::AthenaEnv::Shutdown(); | 165 athena::AthenaEnv::Shutdown(); |
166 | 166 |
167 delete views::ViewsDelegate::views_delegate; | 167 delete views::ViewsDelegate::views_delegate; |
168 } | 168 } |
169 | 169 |
170 } // namespace athena | 170 } // namespace athena |
OLD | NEW |