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

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

Issue 1171163004: Add remaining compile targets to Win8 Aura bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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 "Vista Tests (1)": { 2 "Vista Tests (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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 "script": "telemetry_unittests.py" 1074 "script": "telemetry_unittests.py"
1075 }, 1075 },
1076 { 1076 {
1077 "name": "telemetry_perf_unittests", 1077 "name": "telemetry_perf_unittests",
1078 "script": "telemetry_perf_unittests.py" 1078 "script": "telemetry_perf_unittests.py"
1079 } 1079 }
1080 ] 1080 ]
1081 }, 1081 },
1082 "Win8 Aura": { 1082 "Win8 Aura": {
1083 "additional_compile_targets": [ 1083 "additional_compile_targets": [
1084 "accessibility_unittests",
1085 "app_list_unittests",
1086 "app_shell_unittests",
1084 "ash_unittests", 1087 "ash_unittests",
1085 "aura_unittests", 1088 "aura_unittests",
1089 "cacheinvalidation_unittests",
1090 "cast_unittests",
1091 "cc_unittests",
1092 "chrome",
1093 "chrome_elf_unittests",
1094 "chromedriver_unittests",
1095 "components_browsertests",
1096 "components_unittests",
1086 "compositor_unittests", 1097 "compositor_unittests",
1098 "content_unittests",
1099 "courgette_unittests",
1100 "crypto_unittests",
1101 "device_unittests",
1102 "extensions_browsertests",
1103 "extensions_unittests",
1104 "gcm_unit_tests",
1105 "gfx_unittests",
1106 "gl_unittests",
1107 "google_apis_unittests",
1108 "gpu_unittests",
1109 "interactive_ui_tests",
1110 "ipc_mojo_unittests",
1111 "ipc_tests",
1112 "jingle_unittests",
1113 "keyboard_unittests",
1114 "mandoline:all",
1115 "media_unittests",
1116 "message_center_unittests",
1117 "ppapi_unittests",
1118 "printing_unittests",
1119 "sbox_integration_tests",
1120 "sbox_unittests",
1121 "sbox_validation_tests",
1122 "skia_unittests",
1123 "sql_unittests",
1124 "sync_integration_tests",
1125 "sync_unit_tests",
1126 "ui_base_unittests",
1127 "url_unittests",
1087 "views_unittests", 1128 "views_unittests",
1088 "wm_unittests" 1129 "wm_unittests"
1089 ], 1130 ],
1090 "gtest_tests": [ 1131 "gtest_tests": [
1091 { 1132 {
1092 "test": "content_browsertests" 1133 "test": "content_browsertests"
1093 }, 1134 },
1094 { 1135 {
1095 "test": "events_unittests" 1136 "test": "events_unittests"
1096 }, 1137 },
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 "name": "telemetry_perf_unittests", 1467 "name": "telemetry_perf_unittests",
1427 "script": "telemetry_perf_unittests.py" 1468 "script": "telemetry_perf_unittests.py"
1428 }, 1469 },
1429 { 1470 {
1430 "name": "nacl_integration", 1471 "name": "nacl_integration",
1431 "script": "nacl_integration.py" 1472 "script": "nacl_integration.py"
1432 } 1473 }
1433 ] 1474 ]
1434 } 1475 }
1435 } 1476 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698