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 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'activity/activity_frame_view.h', | 44 'activity/activity_frame_view.h', |
45 'activity/activity_widget_delegate.cc', | 45 'activity/activity_widget_delegate.cc', |
46 'activity/activity_widget_delegate.h', | 46 'activity/activity_widget_delegate.h', |
47 'activity/public/activity.h', | 47 'activity/public/activity.h', |
48 'activity/public/activity_factory.h', | 48 'activity/public/activity_factory.h', |
49 'activity/public/activity_manager.h', | 49 'activity/public/activity_manager.h', |
50 'activity/public/activity_manager_observer.h', | 50 'activity/public/activity_manager_observer.h', |
51 'activity/public/activity_view_manager.h', | 51 'activity/public/activity_view_manager.h', |
52 'activity/public/activity_view_model.h', | 52 'activity/public/activity_view_model.h', |
53 'athena_export.h', | 53 'athena_export.h', |
54 'util/container_priorities.h', | |
55 'util/fill_layout_manager.cc', | |
56 'util/fill_layout_manager.h', | |
57 'util/switches.cc', | |
58 'util/switches.h', | |
59 'env/athena_env_impl.cc', | 54 'env/athena_env_impl.cc', |
60 'env/public/athena_env.h', | 55 'env/public/athena_env.h', |
61 'home/app_list_view_delegate.cc', | 56 'home/app_list_view_delegate.cc', |
62 'home/app_list_view_delegate.h', | 57 'home/app_list_view_delegate.h', |
63 'home/athena_start_page_view.cc', | 58 'home/athena_start_page_view.cc', |
64 'home/athena_start_page_view.h', | 59 'home/athena_start_page_view.h', |
65 'home/home_card_constants.cc', | 60 'home/home_card_constants.cc', |
66 'home/home_card_constants.h', | 61 'home/home_card_constants.h', |
67 'home/home_card_gesture_manager.cc', | 62 'home/home_card_gesture_manager.cc', |
68 'home/home_card_gesture_manager.h', | 63 'home/home_card_gesture_manager.h', |
(...skipping 26 matching lines...) Expand all Loading... |
95 'system/orientation_controller.cc', | 90 'system/orientation_controller.cc', |
96 'system/orientation_controller.h', | 91 'system/orientation_controller.h', |
97 'system/power_button_controller.cc', | 92 'system/power_button_controller.cc', |
98 'system/power_button_controller.h', | 93 'system/power_button_controller.h', |
99 'system/status_icon_container_view.cc', | 94 'system/status_icon_container_view.cc', |
100 'system/status_icon_container_view.h', | 95 'system/status_icon_container_view.h', |
101 'system/time_view.cc', | 96 'system/time_view.cc', |
102 'system/time_view.h', | 97 'system/time_view.h', |
103 'system/public/system_ui.h', | 98 'system/public/system_ui.h', |
104 'system/system_ui_impl.cc', | 99 'system/system_ui_impl.cc', |
| 100 'util/container_priorities.h', |
| 101 'util/drag_handle.cc', |
| 102 'util/drag_handle.h', |
| 103 'util/fill_layout_manager.cc', |
| 104 'util/fill_layout_manager.h', |
| 105 'util/switches.cc', |
| 106 'util/switches.h', |
105 'wm/bezel_controller.cc', | 107 'wm/bezel_controller.cc', |
106 'wm/bezel_controller.h', | 108 'wm/bezel_controller.h', |
107 'wm/overview_toolbar.cc', | 109 'wm/overview_toolbar.cc', |
108 'wm/overview_toolbar.h', | 110 'wm/overview_toolbar.h', |
109 'wm/public/window_list_provider.h', | 111 'wm/public/window_list_provider.h', |
110 'wm/public/window_list_provider_observer.h', | 112 'wm/public/window_list_provider_observer.h', |
111 'wm/public/window_manager.h', | 113 'wm/public/window_manager.h', |
112 'wm/public/window_manager_observer.h', | 114 'wm/public/window_manager_observer.h', |
113 'wm/split_view_controller.cc', | 115 'wm/split_view_controller.cc', |
114 'wm/split_view_controller.h', | 116 'wm/split_view_controller.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 '../skia/skia.gyp:skia', | 245 '../skia/skia.gyp:skia', |
244 '../testing/gtest.gyp:gtest', | 246 '../testing/gtest.gyp:gtest', |
245 'athena_app_shell_lib', | 247 'athena_app_shell_lib', |
246 'athena_lib', | 248 'athena_lib', |
247 'athena_test_support', | 249 'athena_test_support', |
248 'main/athena_main.gyp:athena_main_lib', | 250 'main/athena_main.gyp:athena_main_lib', |
249 'resources/athena_resources.gyp:athena_pak', | 251 'resources/athena_resources.gyp:athena_pak', |
250 ], | 252 ], |
251 'sources': [ | 253 'sources': [ |
252 'activity/activity_manager_unittest.cc', | 254 'activity/activity_manager_unittest.cc', |
253 'util/fill_layout_manager_unittest.cc', | |
254 'content/app_activity_unittest.cc', | 255 'content/app_activity_unittest.cc', |
255 'env/athena_env_unittest.cc', | 256 'env/athena_env_unittest.cc', |
256 'home/athena_start_page_view_unittest.cc', | 257 'home/athena_start_page_view_unittest.cc', |
257 'home/home_card_gesture_manager_unittest.cc', | 258 'home/home_card_gesture_manager_unittest.cc', |
258 'home/home_card_unittest.cc', | 259 'home/home_card_unittest.cc', |
259 'input/accelerator_manager_unittest.cc', | 260 'input/accelerator_manager_unittest.cc', |
260 'resource_manager/memory_pressure_notifier_unittest.cc', | 261 'resource_manager/memory_pressure_notifier_unittest.cc', |
261 'resource_manager/resource_manager_unittest.cc', | 262 'resource_manager/resource_manager_unittest.cc', |
262 'screen/screen_manager_unittest.cc', | 263 'screen/screen_manager_unittest.cc', |
263 'test/athena_unittests.cc', | 264 'test/athena_unittests.cc', |
| 265 'util/drag_handle_unittest.cc', |
| 266 'util/fill_layout_manager_unittest.cc', |
264 'wm/split_view_controller_unittest.cc', | 267 'wm/split_view_controller_unittest.cc', |
265 'wm/window_list_provider_impl_unittest.cc', | 268 'wm/window_list_provider_impl_unittest.cc', |
266 'wm/window_manager_unittest.cc', | 269 'wm/window_manager_unittest.cc', |
267 ], | 270 ], |
268 } | 271 } |
269 ], | 272 ], |
270 } | 273 } |
271 | 274 |
OLD | NEW |