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

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: Remove unnecessary change 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 { 813 {
814 "device_os": "KTU84P", 814 "device_os": "KTU84P",
815 "device_type": "hammerhead" 815 "device_type": "hammerhead"
816 } 816 }
817 ], 817 ],
818 "hard_timeout": 30 818 "hard_timeout": 30
819 }, 819 },
820 "test": "mojo_runner_host_unittests" 820 "test": "mojo_runner_host_unittests"
821 }, 821 },
822 { 822 {
823 "override_isolate_target": "mojo_surfaces_lib_unittests",
824 "swarming": {
825 "can_use_on_swarming_builders": true,
826 "dimension_sets": [
827 {
828 "device_os": "KTU84P",
829 "device_type": "hammerhead"
830 }
831 ],
832 "hard_timeout": 30
833 },
834 "test": "mojo_surfaces_lib_unittests"
835 },
836 {
837 "override_isolate_target": "mojo_system_unittests", 823 "override_isolate_target": "mojo_system_unittests",
838 "swarming": { 824 "swarming": {
839 "can_use_on_swarming_builders": true, 825 "can_use_on_swarming_builders": true,
840 "dimension_sets": [ 826 "dimension_sets": [
841 { 827 {
842 "device_os": "KTU84P", 828 "device_os": "KTU84P",
843 "device_type": "hammerhead" 829 "device_type": "hammerhead"
844 } 830 }
845 ], 831 ],
846 "hard_timeout": 60 832 "hard_timeout": 60
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 }, 1826 },
1841 { 1827 {
1842 "test": "chrome_sync_shell_test_apk" 1828 "test": "chrome_sync_shell_test_apk"
1843 }, 1829 },
1844 { 1830 {
1845 "test": "content_shell_test_apk" 1831 "test": "content_shell_test_apk"
1846 } 1832 }
1847 ] 1833 ]
1848 } 1834 }
1849 } 1835 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698