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

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

Issue 2196563004: Add tests for InputDeviceServer/InputDeviceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch test runner. Created 4 years, 4 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.chromiumos.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 { 1196 {
1197 "swarming": { 1197 "swarming": {
1198 "can_use_on_swarming_builders": true 1198 "can_use_on_swarming_builders": true
1199 }, 1199 },
1200 "test": "gpu_unittests" 1200 "test": "gpu_unittests"
1201 }, 1201 },
1202 { 1202 {
1203 "swarming": { 1203 "swarming": {
1204 "can_use_on_swarming_builders": true 1204 "can_use_on_swarming_builders": true
1205 }, 1205 },
1206 "test": "input_device_unittests"
1207 },
1208 {
1209 "swarming": {
1210 "can_use_on_swarming_builders": true
1211 },
1206 "test": "interactive_ui_tests" 1212 "test": "interactive_ui_tests"
1207 }, 1213 },
1208 { 1214 {
1209 "swarming": { 1215 "swarming": {
1210 "can_use_on_swarming_builders": true 1216 "can_use_on_swarming_builders": true
1211 }, 1217 },
1212 "test": "ipc_tests" 1218 "test": "ipc_tests"
1213 }, 1219 },
1214 { 1220 {
1215 "swarming": { 1221 "swarming": {
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 "override_compile_targets": [ 2266 "override_compile_targets": [
2261 "telemetry_unittests_run" 2267 "telemetry_unittests_run"
2262 ], 2268 ],
2263 "swarming": { 2269 "swarming": {
2264 "can_use_on_swarming_builders": true 2270 "can_use_on_swarming_builders": true
2265 } 2271 }
2266 } 2272 }
2267 ] 2273 ]
2268 } 2274 }
2269 } 2275 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698