| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'default_container_layout_manager_unittest.cc', | 143 'default_container_layout_manager_unittest.cc', |
| 144 'desktop_event_filter_unittest.cc', | 144 'desktop_event_filter_unittest.cc', |
| 145 'drag_drop_controller_unittest.cc', | 145 'drag_drop_controller_unittest.cc', |
| 146 'image_grid_unittest.cc', | 146 'image_grid_unittest.cc', |
| 147 'launcher/launcher_model_unittest.cc', | 147 'launcher/launcher_model_unittest.cc', |
| 148 'launcher/view_model_unittest.cc', | 148 'launcher/view_model_unittest.cc', |
| 149 'launcher/view_model_utils_unittest.cc', | 149 'launcher/view_model_utils_unittest.cc', |
| 150 'modal_container_layout_manager_unittest.cc', | 150 'modal_container_layout_manager_unittest.cc', |
| 151 'run_all_unittests.cc', | 151 'run_all_unittests.cc', |
| 152 'shadow_controller_unittest.cc', | 152 'shadow_controller_unittest.cc', |
| 153 'shell_accelerator_controller_unittest.cc', |
| 153 'shell_unittest.cc', | 154 'shell_unittest.cc', |
| 154 'stacking_controller_unittest.cc', | 155 'stacking_controller_unittest.cc', |
| 155 'test_suite.cc', | 156 'test_suite.cc', |
| 156 'test_suite.h', | 157 'test_suite.h', |
| 157 'test/aura_shell_test_base.cc', | 158 'test/aura_shell_test_base.cc', |
| 158 'test/aura_shell_test_base.h', | 159 'test/aura_shell_test_base.h', |
| 159 'toplevel_layout_manager_unittest.cc', | 160 'toplevel_layout_manager_unittest.cc', |
| 160 'toplevel_window_event_filter_unittest.cc', | 161 'toplevel_window_event_filter_unittest.cc', |
| 161 'workspace_controller_unittest.cc', | 162 'workspace_controller_unittest.cc', |
| 162 'workspace/workspace_manager_unittest.cc', | 163 'workspace/workspace_manager_unittest.cc', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'examples/widgets.cc', | 198 'examples/widgets.cc', |
| 198 'examples/window_type_launcher.cc', | 199 'examples/window_type_launcher.cc', |
| 199 'examples/window_type_launcher.h', | 200 'examples/window_type_launcher.h', |
| 200 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 201 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 201 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 202 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 202 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 203 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 203 ], | 204 ], |
| 204 }, | 205 }, |
| 205 ], | 206 ], |
| 206 } | 207 } |
| OLD | NEW |