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

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

Issue 1543663002: Adds battor_agent to the list of targets built by all trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | « testing/buildbot/chromium.mac.json ('k') | no next file » | 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 "Vista Tests (1)": { 2 "Vista Tests (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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 } 718 }
719 } 719 }
720 ], 720 ],
721 "scripts": [ 721 "scripts": [
722 { 722 {
723 "name": "nacl_integration", 723 "name": "nacl_integration",
724 "script": "nacl_integration.py" 724 "script": "nacl_integration.py"
725 } 725 }
726 ] 726 ]
727 }, 727 },
728 "Win Builder": {
729 "additional_compile_targets": [
730 "battor_agent"
731 ]
732 },
728 "Win x64 GN": { 733 "Win x64 GN": {
729 "additional_compile_targets": [ 734 "additional_compile_targets": [
730 "gn_all" 735 "gn_all"
731 ] 736 ]
732 }, 737 },
733 "Win x64 GN (dbg)": { 738 "Win x64 GN (dbg)": {
734 "additional_compile_targets": [ 739 "additional_compile_targets": [
735 "accessibility_unittests", 740 "accessibility_unittests",
736 "app_list_unittests", 741 "app_list_unittests",
737 "app_shell_unittests", 742 "app_shell_unittests",
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 } 2031 }
2027 ], 2032 ],
2028 "scripts": [ 2033 "scripts": [
2029 { 2034 {
2030 "name": "nacl_integration", 2035 "name": "nacl_integration",
2031 "script": "nacl_integration.py" 2036 "script": "nacl_integration.py"
2032 } 2037 }
2033 ] 2038 ]
2034 } 2039 }
2035 } 2040 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698