| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 '../aura/aura.gyp:test_support_aura', | 101 '../aura/aura.gyp:test_support_aura', |
| 102 'aura_shell', | 102 'aura_shell', |
| 103 ], | 103 ], |
| 104 'sources': [ | 104 'sources': [ |
| 105 'default_container_layout_manager_unittest.cc', | 105 'default_container_layout_manager_unittest.cc', |
| 106 'launcher/launcher_model_unittest.cc', | 106 'launcher/launcher_model_unittest.cc', |
| 107 'launcher/view_model_unittest.cc', | 107 'launcher/view_model_unittest.cc', |
| 108 'launcher/view_model_utils_unittest.cc', | 108 'launcher/view_model_utils_unittest.cc', |
| 109 'workspace/workspace_manager_unittest.cc', | 109 'workspace/workspace_manager_unittest.cc', |
| 110 'run_all_unittests.cc', | 110 'run_all_unittests.cc', |
| 111 'shell_unittest.cc', |
| 111 'test_suite.cc', | 112 'test_suite.cc', |
| 112 'test_suite.h', | 113 'test_suite.h', |
| 113 | 114 |
| 114 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 115 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 115 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 117 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 117 ], | 118 ], |
| 118 'conditions': [ | 119 'conditions': [ |
| 119 ['OS!="mac"', { | 120 ['OS!="mac"', { |
| 120 'dependencies': [ | 121 'dependencies': [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 '../../views/views.gyp:views_desktop', | 176 '../../views/views.gyp:views_desktop', |
| 176 '../../views/views.gyp:views_desktop_lib', | 177 '../../views/views.gyp:views_desktop_lib', |
| 177 '../../views/views.gyp:views_unittests', | 178 '../../views/views.gyp:views_unittests', |
| 178 '../aura/aura.gyp:*', | 179 '../aura/aura.gyp:*', |
| 179 '../gfx/compositor/compositor.gyp:*', | 180 '../gfx/compositor/compositor.gyp:*', |
| 180 'aura_shell_exe', | 181 'aura_shell_exe', |
| 181 ], | 182 ], |
| 182 }, | 183 }, |
| 183 ], | 184 ], |
| 184 } | 185 } |
| OLD | NEW |