Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 DEPS = [ | 5 DEPS = [ |
| 6 'bot_update', | 6 'bot_update', |
| 7 'chromium', | 7 'chromium', |
| 8 'chromium_tests', | 8 'chromium_tests', |
| 9 'gclient', | 9 'gclient', |
| 10 'isolate', | 10 'isolate', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 351 'chromium_config': 'chromium', | 351 'chromium_config': 'chromium', |
| 352 'compile_only': False, | 352 'compile_only': False, |
| 353 'testing': { | 353 'testing': { |
| 354 'platform': 'mac', | 354 'platform': 'mac', |
| 355 }, | 355 }, |
| 356 }, | 356 }, |
| 357 'mac_chromium_rel_ng': { | 357 'mac_chromium_rel_ng': { |
| 358 'based_on_main_waterfall': { | 358 'based_on_main_waterfall': { |
| 359 'mastername': 'chromium.mac', | 359 'mastername': 'chromium.mac', |
| 360 'buildername': 'Mac Builder', | 360 'buildername': 'Mac Builder', |
| 361 'testers': ['Mac10.7 Tests (1)'], | 361 'testers': ['Mac10.8 Tests'], |
|
Robert Sesek
2014/11/04 15:53:12
Not exactly sure about this one, but all our trybo
smut
2014/11/04 20:43:53
If all VMs backing mac_chromium_rel_ng have the sa
| |
| 362 }, | 362 }, |
| 363 'testing': { | 363 'testing': { |
| 364 'platform': 'mac', | 364 'platform': 'mac', |
| 365 }, | 365 }, |
| 366 }, | 366 }, |
| 367 'mac_chromium_compile_dbg': { | 367 'mac_chromium_compile_dbg': { |
| 368 'chromium_config_kwargs': { | 368 'chromium_config_kwargs': { |
| 369 'BUILD_CONFIG': 'Debug', | 369 'BUILD_CONFIG': 'Debug', |
| 370 'TARGET_BITS': 32, | 370 'TARGET_BITS': 32, |
| 371 }, | 371 }, |
| (...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1590 'test': 'base_tests', | 1590 'test': 'base_tests', |
| 1591 'args': ['--gtest-filter: *NaCl*.*'], | 1591 'args': ['--gtest-filter: *NaCl*.*'], |
| 1592 }, | 1592 }, |
| 1593 ], | 1593 ], |
| 1594 }) | 1594 }) |
| 1595 ) + | 1595 ) + |
| 1596 api.override_step_data( | 1596 api.override_step_data( |
| 1597 'analyze', | 1597 'analyze', |
| 1598 api.json.output({'invalid_targets': 'invalid target'})) | 1598 api.json.output({'invalid_targets': 'invalid target'})) |
| 1599 ) | 1599 ) |
| OLD | NEW |