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

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: 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
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 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 "override_compile_targets": [ 2260 "override_compile_targets": [
2255 "telemetry_unittests_run" 2261 "telemetry_unittests_run"
2256 ], 2262 ],
2257 "swarming": { 2263 "swarming": {
2258 "can_use_on_swarming_builders": true 2264 "can_use_on_swarming_builders": true
2259 } 2265 }
2260 } 2266 }
2261 ] 2267 ]
2262 } 2268 }
2263 } 2269 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698