| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'temp_gyp/googleurl.gyp:googleurl_unittests', | 127 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 128 ], | 128 ], |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 'target_name': 'chromium_builder_rel', | 131 'target_name': 'chromium_builder_rel', |
| 132 'type': 'none', | 132 'type': 'none', |
| 133 'dependencies': [ | 133 'dependencies': [ |
| 134 '../app/app.gyp:app_unittests', | 134 '../app/app.gyp:app_unittests', |
| 135 '../chrome/chrome.gyp:browser_tests', | 135 '../chrome/chrome.gyp:browser_tests', |
| 136 '../chrome/chrome.gyp:memory_test', | 136 '../chrome/chrome.gyp:memory_test', |
| 137 '../chrome/chrome.gyp:nacl_ui_tests', |
| 137 '../chrome/chrome.gyp:page_cycler_tests', | 138 '../chrome/chrome.gyp:page_cycler_tests', |
| 138 '../chrome/chrome.gyp:startup_tests', | 139 '../chrome/chrome.gyp:startup_tests', |
| 139 '../chrome/chrome.gyp:tab_switching_test', | 140 '../chrome/chrome.gyp:tab_switching_test', |
| 140 '../chrome/chrome.gyp:ui_tests', | 141 '../chrome/chrome.gyp:ui_tests', |
| 141 '../chrome/chrome.gyp:unit_tests', | 142 '../chrome/chrome.gyp:unit_tests', |
| 142 '../chrome/chrome.gyp:url_fetch_test', | 143 '../chrome/chrome.gyp:url_fetch_test', |
| 143 '../ipc/ipc.gyp:ipc_tests', | 144 '../ipc/ipc.gyp:ipc_tests', |
| 144 '../media/media.gyp:media_unittests', | 145 '../media/media.gyp:media_unittests', |
| 145 '../printing/printing.gyp:printing_unittests', | 146 '../printing/printing.gyp:printing_unittests', |
| 146 'temp_gyp/googleurl.gyp:googleurl_unittests', | 147 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 ], # targets | 230 ], # targets |
| 230 }], # OS="win" | 231 }], # OS="win" |
| 231 ], # conditions | 232 ], # conditions |
| 232 } | 233 } |
| 233 | 234 |
| 234 # Local Variables: | 235 # Local Variables: |
| 235 # tab-width:2 | 236 # tab-width:2 |
| 236 # indent-tabs-mode:nil | 237 # indent-tabs-mode:nil |
| 237 # End: | 238 # End: |
| 238 # vim: set expandtab tabstop=2 shiftwidth=2: | 239 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |