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

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

Issue 2690163008: Route through a JobService when receiving a message for the GCM Driver (Closed)
Patch Set: Route through a JobService when receiving a message for the GCM Driver Created 3 years, 9 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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 } 1194 }
1195 ], 1195 ],
1196 "junit_tests": [ 1196 "junit_tests": [
1197 { 1197 {
1198 "test": "base_junit_tests" 1198 "test": "base_junit_tests"
1199 }, 1199 },
1200 { 1200 {
1201 "test": "chrome_junit_tests" 1201 "test": "chrome_junit_tests"
1202 }, 1202 },
1203 { 1203 {
1204 "test": "components_gcm_driver_junit_tests"
1205 },
1206 {
1204 "test": "components_invalidation_impl_junit_tests" 1207 "test": "components_invalidation_impl_junit_tests"
1205 }, 1208 },
1206 { 1209 {
1207 "test": "components_policy_junit_tests" 1210 "test": "components_policy_junit_tests"
1208 }, 1211 },
1209 { 1212 {
1210 "test": "components_web_restrictions_junit_tests" 1213 "test": "components_web_restrictions_junit_tests"
1211 }, 1214 },
1212 { 1215 {
1213 "test": "components_variations_junit_tests" 1216 "test": "components_variations_junit_tests"
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 } 2441 }
2439 ], 2442 ],
2440 "junit_tests": [ 2443 "junit_tests": [
2441 { 2444 {
2442 "test": "base_junit_tests" 2445 "test": "base_junit_tests"
2443 }, 2446 },
2444 { 2447 {
2445 "test": "chrome_junit_tests" 2448 "test": "chrome_junit_tests"
2446 }, 2449 },
2447 { 2450 {
2451 "test": "components_gcm_driver_junit_tests"
2452 },
2453 {
2448 "test": "components_invalidation_impl_junit_tests" 2454 "test": "components_invalidation_impl_junit_tests"
2449 }, 2455 },
2450 { 2456 {
2451 "test": "components_policy_junit_tests" 2457 "test": "components_policy_junit_tests"
2452 }, 2458 },
2453 { 2459 {
2454 "test": "components_web_restrictions_junit_tests" 2460 "test": "components_web_restrictions_junit_tests"
2455 }, 2461 },
2456 { 2462 {
2457 "test": "components_variations_junit_tests" 2463 "test": "components_variations_junit_tests"
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after
4249 "telemetry_unittests_run" 4255 "telemetry_unittests_run"
4250 ], 4256 ],
4251 "swarming": { 4257 "swarming": {
4252 "can_use_on_swarming_builders": true, 4258 "can_use_on_swarming_builders": true,
4253 "shards": 4 4259 "shards": 4
4254 } 4260 }
4255 } 4261 }
4256 ] 4262 ]
4257 } 4263 }
4258 } 4264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698