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

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: Updated 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
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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 { 799 {
800 "device_os": "KTU84P", 800 "device_os": "KTU84P",
801 "device_type": "hammerhead" 801 "device_type": "hammerhead"
802 } 802 }
803 ], 803 ],
804 "hard_timeout": 30 804 "hard_timeout": 30
805 }, 805 },
806 "test": "mojo_runner_host_unittests" 806 "test": "mojo_runner_host_unittests"
807 }, 807 },
808 { 808 {
809 "override_isolate_target": "mojo_surfaces_lib_unittests",
810 "swarming": {
811 "can_use_on_swarming_builders": true,
812 "dimension_sets": [
813 {
814 "device_os": "KTU84P",
815 "device_type": "hammerhead"
816 }
817 ],
818 "hard_timeout": 30
819 },
820 "test": "mojo_surfaces_lib_unittests"
821 },
822 {
823 "override_isolate_target": "mojo_system_unittests", 809 "override_isolate_target": "mojo_system_unittests",
824 "swarming": { 810 "swarming": {
825 "can_use_on_swarming_builders": true, 811 "can_use_on_swarming_builders": true,
826 "dimension_sets": [ 812 "dimension_sets": [
827 { 813 {
828 "device_os": "KTU84P", 814 "device_os": "KTU84P",
829 "device_type": "hammerhead" 815 "device_type": "hammerhead"
830 } 816 }
831 ], 817 ],
832 "hard_timeout": 60 818 "hard_timeout": 60
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 }, 1813 },
1828 { 1814 {
1829 "test": "chrome_sync_shell_test_apk" 1815 "test": "chrome_sync_shell_test_apk"
1830 }, 1816 },
1831 { 1817 {
1832 "test": "content_shell_test_apk" 1818 "test": "content_shell_test_apk"
1833 } 1819 }
1834 ] 1820 ]
1835 } 1821 }
1836 } 1822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698