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

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

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 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 | « mojo/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('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 GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 { 397 {
398 "device_os": "MMB29Q", 398 "device_os": "MMB29Q",
399 "device_type": "bullhead" 399 "device_type": "bullhead"
400 } 400 }
401 ], 401 ],
402 "hard_timeout": 60 402 "hard_timeout": 60
403 }, 403 },
404 "test": "mojo_runner_host_unittests" 404 "test": "mojo_runner_host_unittests"
405 }, 405 },
406 { 406 {
407 "override_isolate_target": "mojo_surfaces_lib_unittests",
408 "swarming": {
409 "can_use_on_swarming_builders": true,
410 "dimension_sets": [
411 {
412 "device_os": "MMB29Q",
413 "device_type": "bullhead"
414 }
415 ],
416 "hard_timeout": 60
417 },
418 "test": "mojo_surfaces_lib_unittests"
419 },
420 {
421 "override_isolate_target": "mojo_system_unittests", 407 "override_isolate_target": "mojo_system_unittests",
422 "swarming": { 408 "swarming": {
423 "can_use_on_swarming_builders": true, 409 "can_use_on_swarming_builders": true,
424 "dimension_sets": [ 410 "dimension_sets": [
425 { 411 {
426 "device_os": "MMB29Q", 412 "device_os": "MMB29Q",
427 "device_type": "bullhead" 413 "device_type": "bullhead"
428 } 414 }
429 ], 415 ],
430 "hard_timeout": 120 416 "hard_timeout": 120
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 { 935 {
950 "device_os": "KTU84P", 936 "device_os": "KTU84P",
951 "device_type": "hammerhead" 937 "device_type": "hammerhead"
952 } 938 }
953 ], 939 ],
954 "hard_timeout": 30 940 "hard_timeout": 30
955 }, 941 },
956 "test": "mojo_runner_host_unittests" 942 "test": "mojo_runner_host_unittests"
957 }, 943 },
958 { 944 {
959 "override_isolate_target": "mojo_surfaces_lib_unittests",
960 "swarming": {
961 "can_use_on_swarming_builders": true,
962 "dimension_sets": [
963 {
964 "device_os": "KTU84P",
965 "device_type": "hammerhead"
966 }
967 ],
968 "hard_timeout": 30
969 },
970 "test": "mojo_surfaces_lib_unittests"
971 },
972 {
973 "override_isolate_target": "mojo_system_unittests", 945 "override_isolate_target": "mojo_system_unittests",
974 "swarming": { 946 "swarming": {
975 "can_use_on_swarming_builders": true, 947 "can_use_on_swarming_builders": true,
976 "dimension_sets": [ 948 "dimension_sets": [
977 { 949 {
978 "device_os": "KTU84P", 950 "device_os": "KTU84P",
979 "device_type": "hammerhead" 951 "device_type": "hammerhead"
980 } 952 }
981 ], 953 ],
982 "hard_timeout": 60 954 "hard_timeout": 60
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 }, 1949 },
1978 { 1950 {
1979 "test": "chrome_sync_shell_test_apk" 1951 "test": "chrome_sync_shell_test_apk"
1980 }, 1952 },
1981 { 1953 {
1982 "test": "content_shell_test_apk" 1954 "test": "content_shell_test_apk"
1983 } 1955 }
1984 ] 1956 ]
1985 } 1957 }
1986 } 1958 }
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698