| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 190 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 191 # This should: | 191 # This should: |
| 192 # 1) not be the case. OR. | 192 # 1) not be the case. OR. |
| 193 # 2) be expressed in the ui tests dependencies. | 193 # 2) be expressed in the ui tests dependencies. |
| 194 '../webkit/webkit.gyp:test_shell_common', | 194 '../webkit/webkit.gyp:test_shell_common', |
| 195 ], | 195 ], |
| 196 }], | 196 }], |
| 197 ], | 197 ], |
| 198 }, # target_name: chromium_builder_tests | 198 }, # target_name: chromium_builder_tests |
| 199 { | 199 { |
| 200 'target_name': 'chromium_2010_builder_tests', |
| 201 'type': 'none', |
| 202 'dependencies': [ |
| 203 '../chrome/chrome.gyp:chrome', |
| 204 ], |
| 205 }, # target_name: chromium_2010_builder_tests |
| 206 { |
| 200 'target_name': 'chromium_builder_perf', | 207 'target_name': 'chromium_builder_perf', |
| 201 'type': 'none', | 208 'type': 'none', |
| 202 'dependencies': [ | 209 'dependencies': [ |
| 203 '../chrome/chrome.gyp:memory_test', | 210 '../chrome/chrome.gyp:memory_test', |
| 204 '../chrome/chrome.gyp:page_cycler_tests', | 211 '../chrome/chrome.gyp:page_cycler_tests', |
| 205 '../chrome/chrome.gyp:plugin_tests', | 212 '../chrome/chrome.gyp:plugin_tests', |
| 206 '../chrome/chrome.gyp:startup_tests', | 213 '../chrome/chrome.gyp:startup_tests', |
| 207 '../chrome/chrome.gyp:tab_switching_test', | 214 '../chrome/chrome.gyp:tab_switching_test', |
| 208 '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8 | 215 '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8 |
| 209 '../chrome/chrome.gyp:url_fetch_test', | 216 '../chrome/chrome.gyp:url_fetch_test', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 ], # targets | 504 ], # targets |
| 498 }], # "chromeos==1" | 505 }], # "chromeos==1" |
| 499 ], # conditions | 506 ], # conditions |
| 500 } | 507 } |
| 501 | 508 |
| 502 # Local Variables: | 509 # Local Variables: |
| 503 # tab-width:2 | 510 # tab-width:2 |
| 504 # indent-tabs-mode:nil | 511 # indent-tabs-mode:nil |
| 505 # End: | 512 # End: |
| 506 # vim: set expandtab tabstop=2 shiftwidth=2: | 513 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |