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

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

Issue 2017853002: Add functionality to the install_static library to tokenize strings and compare versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows gn builder redness Created 4 years, 6 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
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 { 197 {
198 "swarming": { 198 "swarming": {
199 "can_use_on_swarming_builders": true 199 "can_use_on_swarming_builders": true
200 }, 200 },
201 "test": "gpu_unittests" 201 "test": "gpu_unittests"
202 }, 202 },
203 { 203 {
204 "swarming": { 204 "swarming": {
205 "can_use_on_swarming_builders": true 205 "can_use_on_swarming_builders": true
206 }, 206 },
207 "test": "install_static_unittests"
208 },
209 {
210 "swarming": {
211 "can_use_on_swarming_builders": true
212 },
207 "test": "installer_util_unittests" 213 "test": "installer_util_unittests"
208 }, 214 },
209 { 215 {
210 "swarming": { 216 "swarming": {
211 "can_use_on_swarming_builders": true, 217 "can_use_on_swarming_builders": true,
212 "shards": 2 218 "shards": 2
213 }, 219 },
214 "test": "interactive_ui_tests" 220 "test": "interactive_ui_tests"
215 }, 221 },
216 { 222 {
(...skipping 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2293 }, 2299 },
2294 { 2300 {
2295 "swarming": { 2301 "swarming": {
2296 "can_use_on_swarming_builders": true 2302 "can_use_on_swarming_builders": true
2297 }, 2303 },
2298 "test": "events_unittests" 2304 "test": "events_unittests"
2299 } 2305 }
2300 ] 2306 ]
2301 } 2307 }
2302 } 2308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698