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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'athena_lib', | 11 'target_name': 'athena_lib', |
12 'type': '<(component)', | 12 'type': '<(component)', |
13 'dependencies': [ | 13 'dependencies': [ |
| 14 # status_icon_container_view.cc depends on this. Remove this once there |
| 15 # are athena specific assets. |
| 16 '../ash/ash_resources.gyp:ash_resources', |
14 '../base/base.gyp:test_support_base', | 17 '../base/base.gyp:test_support_base', |
| 18 '../chromeos/chromeos.gyp:power_manager_proto', |
15 '../extensions/shell/app_shell.gyp:app_shell_version_header', | 19 '../extensions/shell/app_shell.gyp:app_shell_version_header', |
16 '../ipc/ipc.gyp:ipc', | 20 '../ipc/ipc.gyp:ipc', |
17 '../skia/skia.gyp:skia', | 21 '../skia/skia.gyp:skia', |
18 '../ui/accessibility/accessibility.gyp:ax_gen', | 22 '../ui/accessibility/accessibility.gyp:ax_gen', |
19 '../ui/app_list/app_list.gyp:app_list', | 23 '../ui/app_list/app_list.gyp:app_list', |
20 '../ui/aura/aura.gyp:aura', | 24 '../ui/aura/aura.gyp:aura', |
21 '../ui/aura/aura.gyp:aura_test_support', | 25 '../ui/aura/aura.gyp:aura_test_support', |
22 '../ui/display/display.gyp:display', | 26 '../ui/display/display.gyp:display', |
23 '../ui/events/events.gyp:events_base', | 27 '../ui/events/events.gyp:events_base', |
24 '../ui/strings/ui_strings.gyp:ui_strings', | 28 '../ui/strings/ui_strings.gyp:ui_strings', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'home/home_card_impl.cc', | 68 'home/home_card_impl.cc', |
65 'home/minimized_home.cc', | 69 'home/minimized_home.cc', |
66 'home/minimized_home.h', | 70 'home/minimized_home.h', |
67 'home/public/app_model_builder.h', | 71 'home/public/app_model_builder.h', |
68 'home/public/home_card.h', | 72 'home/public/home_card.h', |
69 'input/accelerator_manager_impl.cc', | 73 'input/accelerator_manager_impl.cc', |
70 'input/accelerator_manager_impl.h', | 74 'input/accelerator_manager_impl.h', |
71 'input/input_manager_impl.cc', | 75 'input/input_manager_impl.cc', |
72 'input/public/accelerator_manager.h', | 76 'input/public/accelerator_manager.h', |
73 'input/public/input_manager.h', | 77 'input/public/input_manager.h', |
74 'screen/background_controller.cc', | |
75 'screen/background_controller.h', | |
76 'screen/public/screen_manager.h', | 78 'screen/public/screen_manager.h', |
77 'screen/screen_accelerator_handler.cc', | 79 'screen/screen_accelerator_handler.cc', |
78 'screen/screen_accelerator_handler.h', | 80 'screen/screen_accelerator_handler.h', |
79 'screen/screen_manager_impl.cc', | 81 'screen/screen_manager_impl.cc', |
| 82 'system/background_controller.cc', |
| 83 'system/background_controller.h', |
80 'system/device_socket_listener.cc', | 84 'system/device_socket_listener.cc', |
81 'system/device_socket_listener.h', | 85 'system/device_socket_listener.h', |
| 86 'system/network_selector.cc', |
| 87 'system/network_selector.h', |
82 'system/orientation_controller.cc', | 88 'system/orientation_controller.cc', |
83 'system/orientation_controller.h', | 89 'system/orientation_controller.h', |
84 'system/power_button_controller.cc', | 90 'system/power_button_controller.cc', |
85 'system/power_button_controller.h', | 91 'system/power_button_controller.h', |
86 'system/public/system_ui.h', | 92 'system/status_icon_container_view.cc', |
| 93 'system/status_icon_container_view.h', |
| 94 'system/time_view.cc', |
| 95 'system/time_view.h', |
| 96 'system/public/system_ui.h', |
87 'system/system_ui_impl.cc', | 97 'system/system_ui_impl.cc', |
88 'wm/bezel_controller.cc', | 98 'wm/bezel_controller.cc', |
89 'wm/bezel_controller.h', | 99 'wm/bezel_controller.h', |
90 'wm/overview_toolbar.cc', | 100 'wm/overview_toolbar.cc', |
91 'wm/overview_toolbar.h', | 101 'wm/overview_toolbar.h', |
92 'wm/public/window_list_provider.h', | 102 'wm/public/window_list_provider.h', |
93 'wm/public/window_manager.h', | 103 'wm/public/window_manager.h', |
94 'wm/public/window_manager_observer.h', | 104 'wm/public/window_manager_observer.h', |
95 'wm/split_view_controller.cc', | 105 'wm/split_view_controller.cc', |
96 'wm/split_view_controller.h', | 106 'wm/split_view_controller.h', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'screen/screen_manager_unittest.cc', | 240 'screen/screen_manager_unittest.cc', |
231 'test/athena_unittests.cc', | 241 'test/athena_unittests.cc', |
232 'wm/split_view_controller_unittest.cc', | 242 'wm/split_view_controller_unittest.cc', |
233 'wm/window_list_provider_impl_unittest.cc', | 243 'wm/window_list_provider_impl_unittest.cc', |
234 'wm/window_manager_unittest.cc', | 244 'wm/window_manager_unittest.cc', |
235 ], | 245 ], |
236 } | 246 } |
237 ], | 247 ], |
238 } | 248 } |
239 | 249 |
OLD | NEW |