Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 2957213003: whitespace change to force a build of everything on win (Closed)
Patch Set: remove the testing exclusions that cause analyze to be bypassed Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/win/com_init_check_hook.cc ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 } 484 }
485 } 485 }
486 ], 486 ],
487 "scripts": [ 487 "scripts": [
488 { 488 {
489 "name": "nacl_integration", 489 "name": "nacl_integration",
490 "script": "nacl_integration.py" 490 "script": "nacl_integration.py"
491 } 491 }
492 ] 492 ]
493 }, 493 },
494 "Win Builder": {
495 "additional_compile_targets": [
496 "all"
497 ]
498 },
494 "Win x64 GN": { 499 "Win x64 GN": {
495 "additional_compile_targets": [ 500 "additional_compile_targets": [
496 "base_unittests" 501 "base_unittests"
497 ] 502 ]
498 }, 503 },
499 "Win x64 GN (dbg)": { 504 "Win x64 GN (dbg)": {
500 "additional_compile_targets": [ 505 "additional_compile_targets": [
501 "base_unittests" 506 "base_unittests"
502 ] 507 ]
503 }, 508 },
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 "additional_compile_targets": [ 2035 "additional_compile_targets": [
2031 "chrome_official_builder" 2036 "chrome_official_builder"
2032 ] 2037 ]
2033 }, 2038 },
2034 "Win8 GYP (dbg)": { 2039 "Win8 GYP (dbg)": {
2035 "additional_compile_targets": [ 2040 "additional_compile_targets": [
2036 "all" 2041 "all"
2037 ] 2042 ]
2038 } 2043 }
2039 } 2044 }
OLDNEW
« no previous file with comments | « base/win/com_init_check_hook.cc ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698