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', |
54 'env/athena_env_impl.cc', | 59 'env/athena_env_impl.cc', |
55 'env/public/athena_env.h', | 60 'env/public/athena_env.h', |
56 'home/app_list_view_delegate.cc', | 61 'home/app_list_view_delegate.cc', |
57 'home/app_list_view_delegate.h', | 62 'home/app_list_view_delegate.h', |
58 'home/athena_start_page_view.cc', | 63 'home/athena_start_page_view.cc', |
59 'home/athena_start_page_view.h', | 64 'home/athena_start_page_view.h', |
60 'home/home_card_constants.cc', | 65 'home/home_card_constants.cc', |
61 'home/home_card_constants.h', | 66 'home/home_card_constants.h', |
62 'home/home_card_gesture_manager.cc', | 67 'home/home_card_gesture_manager.cc', |
63 'home/home_card_gesture_manager.h', | 68 'home/home_card_gesture_manager.h', |
(...skipping 24 matching lines...) Expand all Loading... |
88 'system/orientation_controller.cc', | 93 'system/orientation_controller.cc', |
89 'system/orientation_controller.h', | 94 'system/orientation_controller.h', |
90 'system/power_button_controller.cc', | 95 'system/power_button_controller.cc', |
91 'system/power_button_controller.h', | 96 'system/power_button_controller.h', |
92 'system/status_icon_container_view.cc', | 97 'system/status_icon_container_view.cc', |
93 'system/status_icon_container_view.h', | 98 'system/status_icon_container_view.h', |
94 'system/time_view.cc', | 99 'system/time_view.cc', |
95 'system/time_view.h', | 100 'system/time_view.h', |
96 'system/public/system_ui.h', | 101 'system/public/system_ui.h', |
97 'system/system_ui_impl.cc', | 102 'system/system_ui_impl.cc', |
98 'util/container_priorities.h', | |
99 'util/drag_handle.cc', | |
100 'util/drag_handle.h', | |
101 'util/fill_layout_manager.cc', | |
102 'util/fill_layout_manager.h', | |
103 'util/switches.cc', | |
104 'util/switches.h', | |
105 'wm/bezel_controller.cc', | 103 'wm/bezel_controller.cc', |
106 'wm/bezel_controller.h', | 104 'wm/bezel_controller.h', |
107 'wm/overview_toolbar.cc', | 105 'wm/overview_toolbar.cc', |
108 'wm/overview_toolbar.h', | 106 'wm/overview_toolbar.h', |
109 'wm/public/window_list_provider.h', | 107 'wm/public/window_list_provider.h', |
110 'wm/public/window_list_provider_observer.h', | 108 'wm/public/window_list_provider_observer.h', |
111 'wm/public/window_manager.h', | 109 'wm/public/window_manager.h', |
112 'wm/public/window_manager_observer.h', | 110 'wm/public/window_manager_observer.h', |
113 'wm/split_view_controller.cc', | 111 'wm/split_view_controller.cc', |
114 'wm/split_view_controller.h', | 112 'wm/split_view_controller.h', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 '../skia/skia.gyp:skia', | 260 '../skia/skia.gyp:skia', |
263 '../testing/gtest.gyp:gtest', | 261 '../testing/gtest.gyp:gtest', |
264 'athena_app_shell_lib', | 262 'athena_app_shell_lib', |
265 'athena_lib', | 263 'athena_lib', |
266 'athena_test_support', | 264 'athena_test_support', |
267 'main/athena_main.gyp:athena_main_lib', | 265 'main/athena_main.gyp:athena_main_lib', |
268 'resources/athena_resources.gyp:athena_pak', | 266 'resources/athena_resources.gyp:athena_pak', |
269 ], | 267 ], |
270 'sources': [ | 268 'sources': [ |
271 'activity/activity_manager_unittest.cc', | 269 'activity/activity_manager_unittest.cc', |
| 270 'util/fill_layout_manager_unittest.cc', |
272 'content/app_activity_unittest.cc', | 271 'content/app_activity_unittest.cc', |
273 'env/athena_env_unittest.cc', | 272 'env/athena_env_unittest.cc', |
274 'home/athena_start_page_view_unittest.cc', | 273 'home/athena_start_page_view_unittest.cc', |
275 'home/home_card_gesture_manager_unittest.cc', | 274 'home/home_card_gesture_manager_unittest.cc', |
276 'home/home_card_unittest.cc', | 275 'home/home_card_unittest.cc', |
277 'input/accelerator_manager_unittest.cc', | 276 'input/accelerator_manager_unittest.cc', |
278 'resource_manager/memory_pressure_notifier_unittest.cc', | 277 'resource_manager/memory_pressure_notifier_unittest.cc', |
279 'resource_manager/resource_manager_unittest.cc', | 278 'resource_manager/resource_manager_unittest.cc', |
280 'screen/screen_manager_unittest.cc', | 279 'screen/screen_manager_unittest.cc', |
281 'test/athena_unittests.cc', | 280 'test/athena_unittests.cc', |
282 'util/drag_handle_unittest.cc', | |
283 'util/fill_layout_manager_unittest.cc', | |
284 'wm/split_view_controller_unittest.cc', | 281 'wm/split_view_controller_unittest.cc', |
285 'wm/window_list_provider_impl_unittest.cc', | 282 'wm/window_list_provider_impl_unittest.cc', |
286 'wm/window_manager_unittest.cc', | 283 'wm/window_manager_unittest.cc', |
287 ], | 284 ], |
288 } | 285 } |
289 ], | 286 ], |
290 } | 287 } |
291 | 288 |
OLD | NEW |