| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 # subsets of a full tree for faster cycle times. | 136 # subsets of a full tree for faster cycle times. |
| 137 { | 137 { |
| 138 'target_name': 'chromium_builder_dbg', | 138 'target_name': 'chromium_builder_dbg', |
| 139 'type': 'none', | 139 'type': 'none', |
| 140 'dependencies': [ | 140 'dependencies': [ |
| 141 '../app/app.gyp:app_unittests', | 141 '../app/app.gyp:app_unittests', |
| 142 '../ipc/ipc.gyp:ipc_tests', | 142 '../ipc/ipc.gyp:ipc_tests', |
| 143 '../media/media.gyp:media_unittests', | 143 '../media/media.gyp:media_unittests', |
| 144 '../printing/printing.gyp:printing_unittests', | 144 '../printing/printing.gyp:printing_unittests', |
| 145 '../chrome/chrome.gyp:browser_tests', | 145 '../chrome/chrome.gyp:browser_tests', |
| 146 '../chrome/chrome.gyp:nacl_ui_tests', |
| 146 '../chrome/chrome.gyp:ui_tests', | 147 '../chrome/chrome.gyp:ui_tests', |
| 147 '../chrome/chrome.gyp:unit_tests', | 148 '../chrome/chrome.gyp:unit_tests', |
| 148 'temp_gyp/googleurl.gyp:googleurl_unittests', | 149 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 149 ], | 150 ], |
| 150 }, | 151 }, |
| 151 { | 152 { |
| 152 'target_name': 'chromium_builder_rel', | 153 'target_name': 'chromium_builder_rel', |
| 153 'type': 'none', | 154 'type': 'none', |
| 154 'dependencies': [ | 155 'dependencies': [ |
| 155 '../app/app.gyp:app_unittests', | 156 '../app/app.gyp:app_unittests', |
| 156 '../chrome/chrome.gyp:browser_tests', | 157 '../chrome/chrome.gyp:browser_tests', |
| 157 '../chrome/chrome.gyp:memory_test', | 158 '../chrome/chrome.gyp:memory_test', |
| 159 '../chrome/chrome.gyp:nacl_ui_tests', |
| 158 '../chrome/chrome.gyp:page_cycler_tests', | 160 '../chrome/chrome.gyp:page_cycler_tests', |
| 159 '../chrome/chrome.gyp:startup_tests', | 161 '../chrome/chrome.gyp:startup_tests', |
| 160 '../chrome/chrome.gyp:tab_switching_test', | 162 '../chrome/chrome.gyp:tab_switching_test', |
| 161 '../chrome/chrome.gyp:ui_tests', | 163 '../chrome/chrome.gyp:ui_tests', |
| 162 '../chrome/chrome.gyp:unit_tests', | 164 '../chrome/chrome.gyp:unit_tests', |
| 163 '../chrome/chrome.gyp:url_fetch_test', | 165 '../chrome/chrome.gyp:url_fetch_test', |
| 164 '../ipc/ipc.gyp:ipc_tests', | 166 '../ipc/ipc.gyp:ipc_tests', |
| 165 '../media/media.gyp:media_unittests', | 167 '../media/media.gyp:media_unittests', |
| 166 '../printing/printing.gyp:printing_unittests', | 168 '../printing/printing.gyp:printing_unittests', |
| 167 'temp_gyp/googleurl.gyp:googleurl_unittests', | 169 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 ], # targets | 267 ], # targets |
| 266 }], # "chromeos==1" | 268 }], # "chromeos==1" |
| 267 ], # conditions | 269 ], # conditions |
| 268 } | 270 } |
| 269 | 271 |
| 270 # Local Variables: | 272 # Local Variables: |
| 271 # tab-width:2 | 273 # tab-width:2 |
| 272 # indent-tabs-mode:nil | 274 # indent-tabs-mode:nil |
| 273 # End: | 275 # End: |
| 274 # vim: set expandtab tabstop=2 shiftwidth=2: | 276 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |