| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'modal_container_layout_manager_unittest.cc', | 154 'modal_container_layout_manager_unittest.cc', |
| 155 'run_all_unittests.cc', | 155 'run_all_unittests.cc', |
| 156 'shadow_controller_unittest.cc', | 156 'shadow_controller_unittest.cc', |
| 157 'shell_accelerator_controller_unittest.cc', | 157 'shell_accelerator_controller_unittest.cc', |
| 158 'shell_unittest.cc', | 158 'shell_unittest.cc', |
| 159 'stacking_controller_unittest.cc', | 159 'stacking_controller_unittest.cc', |
| 160 'test_suite.cc', | 160 'test_suite.cc', |
| 161 'test_suite.h', | 161 'test_suite.h', |
| 162 'test/aura_shell_test_base.cc', | 162 'test/aura_shell_test_base.cc', |
| 163 'test/aura_shell_test_base.h', | 163 'test/aura_shell_test_base.h', |
| 164 'test/test_shell_delegate.cc', |
| 165 'test/test_shell_delegate.h', |
| 164 'toplevel_layout_manager_unittest.cc', | 166 'toplevel_layout_manager_unittest.cc', |
| 165 'toplevel_window_event_filter_unittest.cc', | 167 'toplevel_window_event_filter_unittest.cc', |
| 166 'workspace_controller_unittest.cc', | 168 'workspace_controller_unittest.cc', |
| 167 'workspace/workspace_manager_unittest.cc', | 169 'workspace/workspace_manager_unittest.cc', |
| 168 | 170 |
| 169 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 171 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 170 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 172 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 171 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 173 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 172 ], | 174 ], |
| 173 }, | 175 }, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 202 'examples/widgets.cc', | 204 'examples/widgets.cc', |
| 203 'examples/window_type_launcher.cc', | 205 'examples/window_type_launcher.cc', |
| 204 'examples/window_type_launcher.h', | 206 'examples/window_type_launcher.h', |
| 205 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 207 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 206 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 208 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 209 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 208 ], | 210 ], |
| 209 }, | 211 }, |
| 210 ], | 212 ], |
| 211 } | 213 } |
| OLD | NEW |