| 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 'includes': [ | 6 'includes': [ |
| 7 'common.gypi', | 7 'common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'type': 'none', | 102 'type': 'none', |
| 103 'dependencies': [ | 103 'dependencies': [ |
| 104 'All', | 104 'All', |
| 105 '../chrome/chrome.gyp:build_app_dmg', | 105 '../chrome/chrome.gyp:build_app_dmg', |
| 106 ], | 106 ], |
| 107 }, | 107 }, |
| 108 # These targets are here so the build bots can use them to build | 108 # These targets are here so the build bots can use them to build |
| 109 # subsets of a full tree for faster cycle times. | 109 # subsets of a full tree for faster cycle times. |
| 110 { | 110 { |
| 111 'target_name': 'chromium_builder_dbg', | 111 'target_name': 'chromium_builder_dbg', |
| 112 'xcode_create_dependents_test_runner': 1, | |
| 113 'type': 'none', | 112 'type': 'none', |
| 114 'dependencies': [ | 113 'dependencies': [ |
| 115 '../app/app.gyp:app_unittests', | 114 '../app/app.gyp:app_unittests', |
| 116 '../ipc/ipc.gyp:ipc_tests', | 115 '../ipc/ipc.gyp:ipc_tests', |
| 117 '../media/media.gyp:media_unittests', | 116 '../media/media.gyp:media_unittests', |
| 118 '../printing/printing.gyp:printing_unittests', | 117 '../printing/printing.gyp:printing_unittests', |
| 119 '../chrome/chrome.gyp:ui_tests', | 118 '../chrome/chrome.gyp:ui_tests', |
| 120 '../chrome/chrome.gyp:unit_tests', | 119 '../chrome/chrome.gyp:unit_tests', |
| 121 ], | 120 ], |
| 122 }, | 121 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 134 '../chrome/chrome.gyp:url_fetch_test', | 133 '../chrome/chrome.gyp:url_fetch_test', |
| 135 '../ipc/ipc.gyp:ipc_tests', | 134 '../ipc/ipc.gyp:ipc_tests', |
| 136 '../media/media.gyp:media_unittests', | 135 '../media/media.gyp:media_unittests', |
| 137 '../printing/printing.gyp:printing_unittests', | 136 '../printing/printing.gyp:printing_unittests', |
| 138 ], | 137 ], |
| 139 }, | 138 }, |
| 140 ], # targets | 139 ], # targets |
| 141 }], # OS="mac" | 140 }], # OS="mac" |
| 142 ], # conditions | 141 ], # conditions |
| 143 } | 142 } |
| OLD | NEW |