| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 # 1) not be the case. OR. | 227 # 1) not be the case. OR. |
| 228 # 2) be expressed in the ui tests dependencies. | 228 # 2) be expressed in the ui tests dependencies. |
| 229 '../webkit/webkit.gyp:test_shell_common', | 229 '../webkit/webkit.gyp:test_shell_common', |
| 230 'temp_gyp/googleurl.gyp:googleurl_unittests', | 230 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 231 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 231 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 232 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 232 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 233 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 233 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
| 234 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 234 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 235 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 235 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 236 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 236 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 237 # Only build OSMesa on buildbots. It builds a software GL renderer |
| 238 # that can be used where native GL is not available. |
| 239 '../third_party/mesa/mesa.gyp:osmesa', |
| 237 ], | 240 ], |
| 238 }, | 241 }, |
| 239 { | 242 { |
| 240 'target_name': 'chromium_builder_dbg_tsan_win', | 243 'target_name': 'chromium_builder_dbg_tsan_win', |
| 241 'type': 'none', | 244 'type': 'none', |
| 242 'dependencies': [ | 245 'dependencies': [ |
| 243 '../app/app.gyp:app_unittests', | 246 '../app/app.gyp:app_unittests', |
| 244 '../base/base.gyp:base_unittests', | 247 '../base/base.gyp:base_unittests', |
| 245 'temp_gyp/googleurl.gyp:googleurl_unittests', | 248 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 246 '../net/net.gyp:net_unittests', | 249 '../net/net.gyp:net_unittests', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ], # targets | 294 ], # targets |
| 292 }], # "chromeos==1" | 295 }], # "chromeos==1" |
| 293 ], # conditions | 296 ], # conditions |
| 294 } | 297 } |
| 295 | 298 |
| 296 # Local Variables: | 299 # Local Variables: |
| 297 # tab-width:2 | 300 # tab-width:2 |
| 298 # indent-tabs-mode:nil | 301 # indent-tabs-mode:nil |
| 299 # End: | 302 # End: |
| 300 # vim: set expandtab tabstop=2 shiftwidth=2: | 303 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |