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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 '../views/views.gyp:views', | 146 '../views/views.gyp:views', |
147 'aura_shell', | 147 'aura_shell', |
148 ], | 148 ], |
149 'sources': [ | 149 'sources': [ |
150 'activation_controller_unittest.cc', | 150 'activation_controller_unittest.cc', |
151 'default_container_layout_manager_unittest.cc', | 151 'default_container_layout_manager_unittest.cc', |
152 'root_window_event_filter_unittest.cc', | 152 'root_window_event_filter_unittest.cc', |
153 'drag_drop_controller_unittest.cc', | 153 'drag_drop_controller_unittest.cc', |
154 'image_grid_unittest.cc', | 154 'image_grid_unittest.cc', |
155 'launcher/launcher_model_unittest.cc', | 155 'launcher/launcher_model_unittest.cc', |
| 156 'launcher/launcher_unittest.cc', |
156 'launcher/view_model_unittest.cc', | 157 'launcher/view_model_unittest.cc', |
157 'launcher/view_model_utils_unittest.cc', | 158 'launcher/view_model_utils_unittest.cc', |
158 'modal_container_layout_manager_unittest.cc', | 159 'modal_container_layout_manager_unittest.cc', |
159 'run_all_unittests.cc', | 160 'run_all_unittests.cc', |
160 'shadow_controller_unittest.cc', | 161 'shadow_controller_unittest.cc', |
161 'shelf_layout_manager_unittest.cc', | 162 'shelf_layout_manager_unittest.cc', |
162 'shell_accelerator_controller_unittest.cc', | 163 'shell_accelerator_controller_unittest.cc', |
163 'shell_unittest.cc', | 164 'shell_unittest.cc', |
164 'test_suite.cc', | 165 'test_suite.cc', |
165 'test_suite.h', | 166 'test_suite.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 'examples/widgets.cc', | 222 'examples/widgets.cc', |
222 'examples/window_type_launcher.cc', | 223 'examples/window_type_launcher.cc', |
223 'examples/window_type_launcher.h', | 224 'examples/window_type_launcher.h', |
224 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 225 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
225 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 227 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
227 ], | 228 ], |
228 }, | 229 }, |
229 ], | 230 ], |
230 } | 231 } |
OLD | NEW |