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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'run_all_unittests.cc', | 157 'run_all_unittests.cc', |
158 'shadow_controller_unittest.cc', | 158 'shadow_controller_unittest.cc', |
159 'shell_accelerator_controller_unittest.cc', | 159 'shell_accelerator_controller_unittest.cc', |
160 'shell_unittest.cc', | 160 'shell_unittest.cc', |
161 'test_suite.cc', | 161 'test_suite.cc', |
162 'test_suite.h', | 162 'test_suite.h', |
163 'test/aura_shell_test_base.cc', | 163 'test/aura_shell_test_base.cc', |
164 'test/aura_shell_test_base.h', | 164 'test/aura_shell_test_base.h', |
165 'test/test_activation_delegate.cc', | 165 'test/test_activation_delegate.cc', |
166 'test/test_activation_delegate.h', | 166 'test/test_activation_delegate.h', |
| 167 'test/test_shell_delegate.cc', |
| 168 'test/test_shell_delegate.h', |
167 'toplevel_layout_manager_unittest.cc', | 169 'toplevel_layout_manager_unittest.cc', |
168 'toplevel_window_event_filter_unittest.cc', | 170 'toplevel_window_event_filter_unittest.cc', |
169 'workspace_controller_unittest.cc', | 171 'workspace_controller_unittest.cc', |
170 'workspace/workspace_manager_unittest.cc', | 172 'workspace/workspace_manager_unittest.cc', |
171 | 173 |
172 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 174 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
173 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 175 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
174 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 176 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
175 ], | 177 ], |
176 'conditions': [ | 178 'conditions': [ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'examples/widgets.cc', | 218 'examples/widgets.cc', |
217 'examples/window_type_launcher.cc', | 219 'examples/window_type_launcher.cc', |
218 'examples/window_type_launcher.h', | 220 'examples/window_type_launcher.h', |
219 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 221 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
220 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 222 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
221 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 223 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
222 ], | 224 ], |
223 }, | 225 }, |
224 ], | 226 ], |
225 } | 227 } |
OLD | NEW |