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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'screen/background_controller.cc', | 59 'screen/background_controller.cc', |
60 'screen/background_controller.h', | 60 'screen/background_controller.h', |
61 'screen/public/screen_manager.h', | 61 'screen/public/screen_manager.h', |
62 'screen/screen_accelerator_handler.cc', | 62 'screen/screen_accelerator_handler.cc', |
63 'screen/screen_accelerator_handler.h', | 63 'screen/screen_accelerator_handler.h', |
64 'screen/screen_manager_impl.cc', | 64 'screen/screen_manager_impl.cc', |
65 'system/power_button_controller.cc', | 65 'system/power_button_controller.cc', |
66 'system/power_button_controller.h', | 66 'system/power_button_controller.h', |
67 'system/public/system_ui.h', | 67 'system/public/system_ui.h', |
68 'system/system_ui_impl.cc', | 68 'system/system_ui_impl.cc', |
| 69 'wm/bezel_controller.cc', |
| 70 'wm/bezel_controller.h', |
| 71 'wm/mru_window_tracker.cc', |
| 72 'wm/mru_window_tracker.h', |
69 'wm/public/window_manager.h', | 73 'wm/public/window_manager.h', |
70 'wm/public/window_manager_observer.h', | 74 'wm/public/window_manager_observer.h', |
71 'wm/bezel_controller.cc', | |
72 'wm/bezel_controller.h', | |
73 'wm/split_view_controller.cc', | 75 'wm/split_view_controller.cc', |
74 'wm/split_view_controller.h', | 76 'wm/split_view_controller.h', |
75 'wm/window_manager_impl.cc', | 77 'wm/window_manager_impl.cc', |
76 'wm/window_overview_mode.cc', | 78 'wm/window_overview_mode.cc', |
77 'wm/window_overview_mode.h', | 79 'wm/window_overview_mode.h', |
78 ], | 80 ], |
79 }, | 81 }, |
80 { | 82 { |
81 'target_name': 'athena_content_lib', | 83 'target_name': 'athena_content_lib', |
82 'type': 'static_library', | 84 'type': 'static_library', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'activity/activity_manager_unittest.cc', | 165 'activity/activity_manager_unittest.cc', |
164 'home/home_card_unittest.cc', | 166 'home/home_card_unittest.cc', |
165 'input/accelerator_manager_unittest.cc', | 167 'input/accelerator_manager_unittest.cc', |
166 'screen/screen_manager_unittest.cc', | 168 'screen/screen_manager_unittest.cc', |
167 'wm/window_manager_unittest.cc', | 169 'wm/window_manager_unittest.cc', |
168 ], | 170 ], |
169 } | 171 } |
170 ], | 172 ], |
171 } | 173 } |
172 | 174 |
OLD | NEW |