OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'default_container_layout_manager_unittest.cc', | 141 'default_container_layout_manager_unittest.cc', |
142 'desktop_event_filter_unittest.cc', | 142 'desktop_event_filter_unittest.cc', |
143 'drag_drop_controller_unittest.cc', | 143 'drag_drop_controller_unittest.cc', |
144 'image_grid_unittest.cc', | 144 'image_grid_unittest.cc', |
145 'launcher/launcher_model_unittest.cc', | 145 'launcher/launcher_model_unittest.cc', |
146 'launcher/view_model_unittest.cc', | 146 'launcher/view_model_unittest.cc', |
147 'launcher/view_model_utils_unittest.cc', | 147 'launcher/view_model_utils_unittest.cc', |
148 'modal_container_layout_manager_unittest.cc', | 148 'modal_container_layout_manager_unittest.cc', |
149 'run_all_unittests.cc', | 149 'run_all_unittests.cc', |
150 'shadow_controller_unittest.cc', | 150 'shadow_controller_unittest.cc', |
| 151 'shell_accelerator_controller_unittest.cc', |
151 'shell_unittest.cc', | 152 'shell_unittest.cc', |
152 'stacking_controller_unittest.cc', | 153 'stacking_controller_unittest.cc', |
153 'test_suite.cc', | 154 'test_suite.cc', |
154 'test_suite.h', | 155 'test_suite.h', |
155 'test/aura_shell_test_base.cc', | 156 'test/aura_shell_test_base.cc', |
156 'test/aura_shell_test_base.h', | 157 'test/aura_shell_test_base.h', |
157 'toplevel_layout_manager_unittest.cc', | 158 'toplevel_layout_manager_unittest.cc', |
158 'toplevel_window_event_filter_unittest.cc', | 159 'toplevel_window_event_filter_unittest.cc', |
159 'workspace_controller_unittest.cc', | 160 'workspace_controller_unittest.cc', |
160 'workspace/workspace_manager_unittest.cc', | 161 'workspace/workspace_manager_unittest.cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'examples/widgets.cc', | 196 'examples/widgets.cc', |
196 'examples/window_type_launcher.cc', | 197 'examples/window_type_launcher.cc', |
197 'examples/window_type_launcher.h', | 198 'examples/window_type_launcher.h', |
198 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 199 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 201 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
201 ], | 202 ], |
202 }, | 203 }, |
203 ], | 204 ], |
204 } | 205 } |
OLD | NEW |