| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'temp_gyp/googleurl.gyp:googleurl_unittests', | 184 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 185 ], | 185 ], |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 'target_name': 'chromium_builder_dbg_tsan_mac', | 188 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 189 'type': 'none', | 189 'type': 'none', |
| 190 'dependencies': [ | 190 'dependencies': [ |
| 191 '../base/base.gyp:base_unittests', | 191 '../base/base.gyp:base_unittests', |
| 192 'temp_gyp/googleurl.gyp:googleurl_unittests', | 192 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 193 '../chrome/chrome.gyp:notifier_unit_tests', | 193 '../chrome/chrome.gyp:notifier_unit_tests', |
| 194 '../chrome/chrome.gyp:sync_unit_tests', | |
| 195 '../net/net.gyp:net_unittests', | 194 '../net/net.gyp:net_unittests', |
| 196 '../ipc/ipc.gyp:ipc_tests', | 195 '../ipc/ipc.gyp:ipc_tests', |
| 197 '../media/media.gyp:media_unittests', | 196 '../media/media.gyp:media_unittests', |
| 198 '../printing/printing.gyp:printing_unittests', | 197 '../printing/printing.gyp:printing_unittests', |
| 199 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 198 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 200 ], | 199 ], |
| 201 }, | 200 }, |
| 202 ], # targets | 201 ], # targets |
| 203 }], # OS="mac" | 202 }], # OS="mac" |
| 204 ['OS=="win"', { | 203 ['OS=="win"', { |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 ], # targets | 317 ], # targets |
| 319 }], # "chromeos==1" | 318 }], # "chromeos==1" |
| 320 ], # conditions | 319 ], # conditions |
| 321 } | 320 } |
| 322 | 321 |
| 323 # Local Variables: | 322 # Local Variables: |
| 324 # tab-width:2 | 323 # tab-width:2 |
| 325 # indent-tabs-mode:nil | 324 # indent-tabs-mode:nil |
| 326 # End: | 325 # End: |
| 327 # vim: set expandtab tabstop=2 shiftwidth=2: | 326 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |