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

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

Issue 782673002: MacViews: tryjobs for toolkit_views=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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 | « storage/browser/blob/blob_storage_context.cc ('k') | ui/base/ime/input_method_mac.mm » ('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 "Mac10.6 Tests": { 2 "Mac10.6 Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 { 270 {
271 "test": "net_unittests", 271 "test": "net_unittests",
272 "swarming": { 272 "swarming": {
273 "can_use_on_swarming_builders": true 273 "can_use_on_swarming_builders": true
274 } 274 }
275 }, 275 },
276 "ppapi_unittests", 276 "ppapi_unittests",
277 "printing_unittests", 277 "printing_unittests",
278 "remoting_unittests", 278 "remoting_unittests",
279 "sandbox_mac_unittests", 279 "sandbox_mac_unittests",
280 "skia_unittests",
280 "sql_unittests", 281 "sql_unittests",
281 { 282 {
282 "test": "sync_integration_tests", 283 "test": "sync_integration_tests",
283 "swarming": { 284 "swarming": {
284 "can_use_on_swarming_builders": true 285 "can_use_on_swarming_builders": true
285 } 286 }
286 }, 287 },
287 "sync_unit_tests", 288 "sync_unit_tests",
288 { 289 {
289 "test": "ui_base_unittests", 290 "test": "ui_base_unittests",
290 "swarming": { 291 "swarming": {
291 "can_use_on_swarming_builders": true 292 "can_use_on_swarming_builders": true
292 } 293 }
293 }, 294 },
294 { 295 {
295 "test": "unit_tests", 296 "test": "unit_tests",
296 "swarming": { 297 "swarming": {
297 "can_use_on_swarming_builders": true 298 "can_use_on_swarming_builders": true
298 } 299 }
299 }, 300 },
300 "url_unittests", 301 "url_unittests",
301 "skia_unittests" 302 "views_unittests"
302 ], 303 ],
303 "scripts": [ 304 "scripts": [
304 { 305 {
305 "name": "telemetry_unittests", 306 "name": "telemetry_unittests",
306 "script": "telemetry_unittests.py" 307 "script": "telemetry_unittests.py"
307 }, 308 },
308 { 309 {
309 "name": "telemetry_perf_unittests", 310 "name": "telemetry_perf_unittests",
310 "script": "telemetry_perf_unittests.py" 311 "script": "telemetry_perf_unittests.py"
311 }, 312 },
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "name": "telemetry_perf_unittests", 621 "name": "telemetry_perf_unittests",
621 "script": "telemetry_perf_unittests.py" 622 "script": "telemetry_perf_unittests.py"
622 }, 623 },
623 { 624 {
624 "name": "nacl_integration", 625 "name": "nacl_integration",
625 "script": "nacl_integration.py" 626 "script": "nacl_integration.py"
626 } 627 }
627 ] 628 ]
628 } 629 }
629 } 630 }
OLDNEW
« no previous file with comments | « storage/browser/blob/blob_storage_context.cc ('k') | ui/base/ime/input_method_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698