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

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

Issue 1206033005: Rework how isolates are generated in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ui_base_unittests_run Created 5 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
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | testing/buildbot/manage.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 { 326 {
327 "test": "sql_unittests" 327 "test": "sql_unittests"
328 }, 328 },
329 { 329 {
330 "test": "sync_integration_tests" 330 "test": "sync_integration_tests"
331 }, 331 },
332 { 332 {
333 "test": "sync_unit_tests" 333 "test": "sync_unit_tests"
334 }, 334 },
335 { 335 {
336 "swarming": {
337 "can_use_on_swarming_builders": true
338 },
336 "test": "ui_base_unittests" 339 "test": "ui_base_unittests"
337 }, 340 },
338 { 341 {
339 "test": "ui_touch_selection_unittests" 342 "test": "ui_touch_selection_unittests"
340 }, 343 },
341 { 344 {
342 "test": "unit_tests" 345 "test": "unit_tests"
343 }, 346 },
344 { 347 {
345 "test": "url_unittests" 348 "test": "url_unittests"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "skia_unittests", 412 "skia_unittests",
410 "sql_unittests", 413 "sql_unittests",
411 "sync_integration_tests", 414 "sync_integration_tests",
412 "sync_unit_tests", 415 "sync_unit_tests",
413 "ui_base_unittests", 416 "ui_base_unittests",
414 "ui_touch_selection_unittests", 417 "ui_touch_selection_unittests",
415 "unit_tests", 418 "unit_tests",
416 "url_unittests", 419 "url_unittests",
417 "views_unittests", 420 "views_unittests",
418 "wm_unittests" 421 "wm_unittests"
422 ],
423 "gtest_tests": [
424 {
425 "swarming": {
426 "can_use_on_swarming_builders": true
427 },
428 "test": "base_unittests"
429 },
430 {
431 "swarming": {
432 "can_use_on_swarming_builders": true
433 },
434 "test": "ui_base_unittests"
435 }
419 ] 436 ]
420 }, 437 },
421 "Linux GN Clobber": { 438 "Linux GN Clobber": {
422 "additional_compile_targets": [ 439 "additional_compile_targets": [
423 "all" 440 "all"
424 ] 441 ]
425 }, 442 },
426 "Linux Tests": { 443 "Linux Tests": {
427 "gtest_tests": [ 444 "gtest_tests": [
428 { 445 {
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 } 1198 }
1182 ], 1199 ],
1183 "scripts": [ 1200 "scripts": [
1184 { 1201 {
1185 "name": "nacl_integration", 1202 "name": "nacl_integration",
1186 "script": "nacl_integration.py" 1203 "script": "nacl_integration.py"
1187 } 1204 }
1188 ] 1205 ]
1189 } 1206 }
1190 } 1207 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | testing/buildbot/manage.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698