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