| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 '../chrome/chrome.gyp:tab_switching_test', | 164 '../chrome/chrome.gyp:tab_switching_test', |
| 165 '../chrome/chrome.gyp:ui_tests', | 165 '../chrome/chrome.gyp:ui_tests', |
| 166 '../chrome/chrome.gyp:unit_tests', | 166 '../chrome/chrome.gyp:unit_tests', |
| 167 '../chrome/chrome.gyp:url_fetch_test', | 167 '../chrome/chrome.gyp:url_fetch_test', |
| 168 '../ipc/ipc.gyp:ipc_tests', | 168 '../ipc/ipc.gyp:ipc_tests', |
| 169 '../media/media.gyp:media_unittests', | 169 '../media/media.gyp:media_unittests', |
| 170 '../printing/printing.gyp:printing_unittests', | 170 '../printing/printing.gyp:printing_unittests', |
| 171 'temp_gyp/googleurl.gyp:googleurl_unittests', | 171 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 172 ], | 172 ], |
| 173 }, | 173 }, |
| 174 { |
| 175 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 176 'type': 'none', |
| 177 'dependencies': [ |
| 178 '../base/base.gyp:base_unittests', |
| 179 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 180 '../net/net.gyp:net_unittests', |
| 181 '../ipc/ipc.gyp:ipc_tests', |
| 182 '../media/media.gyp:media_unittests', |
| 183 '../printing/printing.gyp:printing_unittests', |
| 184 ], |
| 185 }, |
| 174 ], # targets | 186 ], # targets |
| 175 }], # OS="mac" | 187 }], # OS="mac" |
| 176 ['OS=="win"', { | 188 ['OS=="win"', { |
| 177 'targets': [ | 189 'targets': [ |
| 178 # These targets are here so the build bots can use them to build | 190 # These targets are here so the build bots can use them to build |
| 179 # subsets of a full tree for faster cycle times. | 191 # subsets of a full tree for faster cycle times. |
| 180 { | 192 { |
| 181 'target_name': 'chromium_builder', | 193 'target_name': 'chromium_builder', |
| 182 'type': 'none', | 194 'type': 'none', |
| 183 'dependencies': [ | 195 'dependencies': [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 ], # targets | 245 ], # targets |
| 234 }], # OS="win" | 246 }], # OS="win" |
| 235 ], # conditions | 247 ], # conditions |
| 236 } | 248 } |
| 237 | 249 |
| 238 # Local Variables: | 250 # Local Variables: |
| 239 # tab-width:2 | 251 # tab-width:2 |
| 240 # indent-tabs-mode:nil | 252 # indent-tabs-mode:nil |
| 241 # End: | 253 # End: |
| 242 # vim: set expandtab tabstop=2 shiftwidth=2: | 254 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |