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

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

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing target names in .isolate. Created 4 years, 8 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.fyi.json ('k') | testing/buildbot/chromium.memory.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 "Android GN": { 2 "Android GN": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 { 555 {
556 "swarming": { 556 "swarming": {
557 "can_use_on_swarming_builders": true 557 "can_use_on_swarming_builders": true
558 }, 558 },
559 "test": "accessibility_unittests" 559 "test": "accessibility_unittests"
560 }, 560 },
561 { 561 {
562 "swarming": { 562 "swarming": {
563 "can_use_on_swarming_builders": true 563 "can_use_on_swarming_builders": true
564 }, 564 },
565 "test": "app_list_shower_unittests"
566 },
567 {
568 "swarming": {
569 "can_use_on_swarming_builders": true
570 },
565 "test": "app_list_unittests" 571 "test": "app_list_unittests"
566 }, 572 },
567 { 573 {
568 "swarming": { 574 "swarming": {
569 "can_use_on_swarming_builders": true 575 "can_use_on_swarming_builders": true
570 }, 576 },
571 "test": "app_shell_unittests" 577 "test": "app_shell_unittests"
572 }, 578 },
573 { 579 {
574 "swarming": { 580 "swarming": {
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 { 1019 {
1014 "swarming": { 1020 "swarming": {
1015 "can_use_on_swarming_builders": true 1021 "can_use_on_swarming_builders": true
1016 }, 1022 },
1017 "test": "accessibility_unittests" 1023 "test": "accessibility_unittests"
1018 }, 1024 },
1019 { 1025 {
1020 "swarming": { 1026 "swarming": {
1021 "can_use_on_swarming_builders": true 1027 "can_use_on_swarming_builders": true
1022 }, 1028 },
1029 "test": "app_list_shower_unittests"
1030 },
1031 {
1032 "swarming": {
1033 "can_use_on_swarming_builders": true
1034 },
1023 "test": "app_list_unittests" 1035 "test": "app_list_unittests"
1024 }, 1036 },
1025 { 1037 {
1026 "swarming": { 1038 "swarming": {
1027 "can_use_on_swarming_builders": true 1039 "can_use_on_swarming_builders": true
1028 }, 1040 },
1029 "test": "app_shell_unittests" 1041 "test": "app_shell_unittests"
1030 }, 1042 },
1031 { 1043 {
1032 "swarming": { 1044 "swarming": {
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 { 1418 {
1407 "swarming": { 1419 "swarming": {
1408 "can_use_on_swarming_builders": true 1420 "can_use_on_swarming_builders": true
1409 }, 1421 },
1410 "test": "accessibility_unittests" 1422 "test": "accessibility_unittests"
1411 }, 1423 },
1412 { 1424 {
1413 "swarming": { 1425 "swarming": {
1414 "can_use_on_swarming_builders": true 1426 "can_use_on_swarming_builders": true
1415 }, 1427 },
1428 "test": "app_list_shower_unittests"
1429 },
1430 {
1431 "swarming": {
1432 "can_use_on_swarming_builders": true
1433 },
1416 "test": "app_list_unittests" 1434 "test": "app_list_unittests"
1417 }, 1435 },
1418 { 1436 {
1419 "swarming": { 1437 "swarming": {
1420 "can_use_on_swarming_builders": true 1438 "can_use_on_swarming_builders": true
1421 }, 1439 },
1422 "test": "app_shell_unittests" 1440 "test": "app_shell_unittests"
1423 }, 1441 },
1424 { 1442 {
1425 "swarming": { 1443 "swarming": {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 } 1745 }
1728 ], 1746 ],
1729 "scripts": [ 1747 "scripts": [
1730 { 1748 {
1731 "name": "nacl_integration", 1749 "name": "nacl_integration",
1732 "script": "nacl_integration.py" 1750 "script": "nacl_integration.py"
1733 } 1751 }
1734 ] 1752 ]
1735 } 1753 }
1736 } 1754 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698