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

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

Issue 2740843002: (Reland) Add microdump_stackwalk target to chromium.android builders. (Closed)
Patch Set: Alphabetize the things 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
« no previous file with comments | « no previous file | 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 Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 "device_os": "MMB29Q", 1198 "device_os": "MMB29Q",
1199 "device_type": "bullhead" 1199 "device_type": "bullhead"
1200 } 1200 }
1201 ], 1201 ],
1202 "hard_timeout": 1200, 1202 "hard_timeout": 1200,
1203 "shards": 1 1203 "shards": 1
1204 } 1204 }
1205 } 1205 }
1206 ] 1206 ]
1207 }, 1207 },
1208 "Android arm Builder (dbg)": {
1209 "additional_compile_targets": [
1210 "dump_syms",
1211 "microdump_stackwalk"
1212 ]
1213 },
1214 "Android arm64 Builder (dbg)": {
1215 "additional_compile_targets": [
1216 "dump_syms",
1217 "microdump_stackwalk"
1218 ]
1219 },
1208 "KitKat Tablet Tester": { 1220 "KitKat Tablet Tester": {
1209 "gtest_tests": [ 1221 "gtest_tests": [
1210 { 1222 {
1211 "test": "android_webview_unittests" 1223 "test": "android_webview_unittests"
1212 }, 1224 },
1213 { 1225 {
1214 "test": "base_unittests" 1226 "test": "base_unittests"
1215 }, 1227 },
1216 { 1228 {
1217 "override_compile_targets": [ 1229 "override_compile_targets": [
(...skipping 2356 matching lines...) Expand 10 before | Expand all | Expand 10 after
3574 }, 3586 },
3575 { 3587 {
3576 "test": "chrome_sync_shell_test_apk" 3588 "test": "chrome_sync_shell_test_apk"
3577 }, 3589 },
3578 { 3590 {
3579 "test": "content_shell_test_apk" 3591 "test": "content_shell_test_apk"
3580 } 3592 }
3581 ] 3593 ]
3582 } 3594 }
3583 } 3595 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698