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

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

Issue 2779753002: [Android] Adding scheduling through GcmNetworkManager (Closed)
Patch Set: Ensuring task is called on UI thread Created 3 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 "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 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 } 1234 }
1235 ], 1235 ],
1236 "junit_tests": [ 1236 "junit_tests": [
1237 { 1237 {
1238 "test": "base_junit_tests" 1238 "test": "base_junit_tests"
1239 }, 1239 },
1240 { 1240 {
1241 "test": "chrome_junit_tests" 1241 "test": "chrome_junit_tests"
1242 }, 1242 },
1243 { 1243 {
1244 "test": "components_background_task_scheduler_junit_tests"
1245 },
1246 {
1244 "test": "components_gcm_driver_junit_tests" 1247 "test": "components_gcm_driver_junit_tests"
1245 }, 1248 },
1246 { 1249 {
1247 "test": "components_invalidation_impl_junit_tests" 1250 "test": "components_invalidation_impl_junit_tests"
1248 }, 1251 },
1249 { 1252 {
1250 "test": "components_policy_junit_tests" 1253 "test": "components_policy_junit_tests"
1251 }, 1254 },
1252 { 1255 {
1253 "test": "components_web_restrictions_junit_tests" 1256 "test": "components_web_restrictions_junit_tests"
(...skipping 3336 matching lines...) Expand 10 before | Expand all | Expand 10 after
4590 "isolate_name": "telemetry_unittests", 4593 "isolate_name": "telemetry_unittests",
4591 "name": "telemetry_unittests", 4594 "name": "telemetry_unittests",
4592 "swarming": { 4595 "swarming": {
4593 "can_use_on_swarming_builders": true, 4596 "can_use_on_swarming_builders": true,
4594 "shards": 4 4597 "shards": 4
4595 } 4598 }
4596 } 4599 }
4597 ] 4600 ]
4598 } 4601 }
4599 } 4602 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698