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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'input/public/input_manager.h', | 57 'input/public/input_manager.h', |
58 'input/public/accelerator_manager.h', | 58 'input/public/accelerator_manager.h', |
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 'wm/public/window_manager.h', | 65 'wm/public/window_manager.h', |
66 'wm/public/window_manager_observer.h', | 66 'wm/public/window_manager_observer.h', |
| 67 'wm/bezel_controller.cc', |
| 68 'wm/bezel_controller.h', |
| 69 'wm/split_view_controller.cc', |
| 70 'wm/split_view_controller.h', |
67 'wm/window_manager_impl.cc', | 71 'wm/window_manager_impl.cc', |
68 'wm/window_overview_mode.cc', | 72 'wm/window_overview_mode.cc', |
69 'wm/window_overview_mode.h', | 73 'wm/window_overview_mode.h', |
70 ], | 74 ], |
71 }, | 75 }, |
72 { | 76 { |
73 'target_name': 'athena_content_lib', | 77 'target_name': 'athena_content_lib', |
74 'type': 'static_library', | 78 'type': 'static_library', |
75 'dependencies': [ | 79 'dependencies': [ |
76 'athena_lib', | 80 'athena_lib', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'sources': [ | 156 'sources': [ |
153 'test/athena_unittests.cc', | 157 'test/athena_unittests.cc', |
154 'activity/activity_manager_unittest.cc', | 158 'activity/activity_manager_unittest.cc', |
155 'input/accelerator_manager_unittest.cc', | 159 'input/accelerator_manager_unittest.cc', |
156 'wm/window_manager_unittest.cc', | 160 'wm/window_manager_unittest.cc', |
157 ], | 161 ], |
158 } | 162 } |
159 ], | 163 ], |
160 } | 164 } |
161 | 165 |
OLD | NEW |