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

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

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: Try fix mac tests. 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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "dimension_sets": [ 703 "dimension_sets": [
704 { 704 {
705 "device_os": "KTU84P", 705 "device_os": "KTU84P",
706 "device_type": "hammerhead" 706 "device_type": "hammerhead"
707 } 707 }
708 ] 708 ]
709 }, 709 },
710 "test": "gpu_unittests" 710 "test": "gpu_unittests"
711 }, 711 },
712 { 712 {
713 "override_isolate_target": "ipc_mojo_unittests",
714 "swarming": {
715 "can_use_on_swarming_builders": true,
716 "dimension_sets": [
717 {
718 "device_os": "KTU84P",
719 "device_type": "hammerhead"
720 }
721 ],
722 "hard_timeout": 30
723 },
724 "test": "ipc_mojo_unittests"
725 },
726 {
727 "override_isolate_target": "ipc_tests", 713 "override_isolate_target": "ipc_tests",
728 "swarming": { 714 "swarming": {
729 "can_use_on_swarming_builders": true, 715 "can_use_on_swarming_builders": true,
730 "dimension_sets": [ 716 "dimension_sets": [
731 { 717 {
732 "device_os": "KTU84P", 718 "device_os": "KTU84P",
733 "device_type": "hammerhead" 719 "device_type": "hammerhead"
734 } 720 }
735 ] 721 ]
736 }, 722 },
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 }, 1823 },
1838 { 1824 {
1839 "test": "chrome_sync_shell_test_apk" 1825 "test": "chrome_sync_shell_test_apk"
1840 }, 1826 },
1841 { 1827 {
1842 "test": "content_shell_test_apk" 1828 "test": "content_shell_test_apk"
1843 } 1829 }
1844 ] 1830 ]
1845 } 1831 }
1846 } 1832 }
OLDNEW
« ipc/mojo/BUILD.gn ('K') | « mojo/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698