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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'aura_shell', | 105 'aura_shell', |
106 ], | 106 ], |
107 'sources': [ | 107 'sources': [ |
108 'default_container_layout_manager_unittest.cc', | 108 'default_container_layout_manager_unittest.cc', |
109 'launcher/launcher_model_unittest.cc', | 109 'launcher/launcher_model_unittest.cc', |
110 'launcher/view_model_unittest.cc', | 110 'launcher/view_model_unittest.cc', |
111 'launcher/view_model_utils_unittest.cc', | 111 'launcher/view_model_utils_unittest.cc', |
112 'toplevel_layout_manager_unittest.cc', | 112 'toplevel_layout_manager_unittest.cc', |
113 'workspace/workspace_manager_unittest.cc', | 113 'workspace/workspace_manager_unittest.cc', |
114 'run_all_unittests.cc', | 114 'run_all_unittests.cc', |
| 115 'shell_unittest.cc', |
115 'test_suite.cc', | 116 'test_suite.cc', |
116 'test_suite.h', | 117 'test_suite.h', |
117 | 118 |
118 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 119 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
119 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 120 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
120 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 121 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
121 ], | 122 ], |
122 }, | 123 }, |
123 { | 124 { |
124 'target_name': 'aura_shell_exe', | 125 'target_name': 'aura_shell_exe', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 '../../views/views.gyp:views_desktop', | 167 '../../views/views.gyp:views_desktop', |
167 '../../views/views.gyp:views_desktop_lib', | 168 '../../views/views.gyp:views_desktop_lib', |
168 '../../views/views.gyp:views_unittests', | 169 '../../views/views.gyp:views_unittests', |
169 '../aura/aura.gyp:*', | 170 '../aura/aura.gyp:*', |
170 '../gfx/compositor/compositor.gyp:*', | 171 '../gfx/compositor/compositor.gyp:*', |
171 'aura_shell_exe', | 172 'aura_shell_exe', |
172 ], | 173 ], |
173 }, | 174 }, |
174 ], | 175 ], |
175 } | 176 } |
OLD | NEW |