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

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

Issue 1934213002: Set enable_app_list=1 now only on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160429-AppList0
Patch Set: fix ash_test_resources Created 4 years, 7 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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 { 675 {
676 "swarming": { 676 "swarming": {
677 "can_use_on_swarming_builders": true 677 "can_use_on_swarming_builders": true
678 }, 678 },
679 "test": "accessibility_unittests" 679 "test": "accessibility_unittests"
680 }, 680 },
681 { 681 {
682 "swarming": { 682 "swarming": {
683 "can_use_on_swarming_builders": true 683 "can_use_on_swarming_builders": true
684 }, 684 },
685 "test": "app_list_presenter_unittests"
686 },
687 {
688 "swarming": {
689 "can_use_on_swarming_builders": true
690 },
691 "test": "app_list_unittests"
692 },
693 {
694 "swarming": {
695 "can_use_on_swarming_builders": true
696 },
697 "test": "app_shell_unittests" 685 "test": "app_shell_unittests"
698 }, 686 },
699 { 687 {
700 "swarming": { 688 "swarming": {
701 "can_use_on_swarming_builders": true 689 "can_use_on_swarming_builders": true
702 }, 690 },
703 "test": "aura_unittests" 691 "test": "aura_unittests"
704 }, 692 },
705 { 693 {
706 "swarming": { 694 "swarming": {
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 { 1177 {
1190 "swarming": { 1178 "swarming": {
1191 "can_use_on_swarming_builders": true 1179 "can_use_on_swarming_builders": true
1192 }, 1180 },
1193 "test": "accessibility_unittests" 1181 "test": "accessibility_unittests"
1194 }, 1182 },
1195 { 1183 {
1196 "swarming": { 1184 "swarming": {
1197 "can_use_on_swarming_builders": true 1185 "can_use_on_swarming_builders": true
1198 }, 1186 },
1199 "test": "app_list_presenter_unittests"
1200 },
1201 {
1202 "swarming": {
1203 "can_use_on_swarming_builders": true
1204 },
1205 "test": "app_list_unittests"
1206 },
1207 {
1208 "swarming": {
1209 "can_use_on_swarming_builders": true
1210 },
1211 "test": "app_shell_unittests" 1187 "test": "app_shell_unittests"
1212 }, 1188 },
1213 { 1189 {
1214 "swarming": { 1190 "swarming": {
1215 "can_use_on_swarming_builders": true 1191 "can_use_on_swarming_builders": true
1216 }, 1192 },
1217 "test": "aura_unittests" 1193 "test": "aura_unittests"
1218 }, 1194 },
1219 { 1195 {
1220 "swarming": { 1196 "swarming": {
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 "name": "nacl_integration", 1568 "name": "nacl_integration",
1593 "script": "nacl_integration.py" 1569 "script": "nacl_integration.py"
1594 } 1570 }
1595 ] 1571 ]
1596 }, 1572 },
1597 "Linux Tests (dbg)(1)(32)": { 1573 "Linux Tests (dbg)(1)(32)": {
1598 "gtest_tests": [], 1574 "gtest_tests": [],
1599 "scripts": [] 1575 "scripts": []
1600 } 1576 }
1601 } 1577 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698