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

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

Issue 1681663002: [Testing] Run libaddressinput_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial Created 4 years, 10 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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 { 1757 {
1758 "swarming": { 1758 "swarming": {
1759 "can_use_on_swarming_builders": true 1759 "can_use_on_swarming_builders": true
1760 }, 1760 },
1761 "test": "jingle_unittests" 1761 "test": "jingle_unittests"
1762 }, 1762 },
1763 { 1763 {
1764 "swarming": { 1764 "swarming": {
1765 "can_use_on_swarming_builders": true 1765 "can_use_on_swarming_builders": true
1766 }, 1766 },
1767 "test": "libaddressinput_unittests"
1768 },
1769 {
1770 "swarming": {
1771 "can_use_on_swarming_builders": true
1772 },
1773 "test": "libphonenumber_unittests"
1774 },
1775 {
1776 "swarming": {
1777 "can_use_on_swarming_builders": true
1778 },
1767 "test": "media_blink_unittests" 1779 "test": "media_blink_unittests"
1768 }, 1780 },
1769 { 1781 {
1770 "swarming": { 1782 "swarming": {
1771 "can_use_on_swarming_builders": true 1783 "can_use_on_swarming_builders": true
1772 }, 1784 },
1773 "test": "media_unittests" 1785 "test": "media_unittests"
1774 }, 1786 },
1775 { 1787 {
1776 "swarming": { 1788 "swarming": {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1926 } 1938 }
1927 ], 1939 ],
1928 "scripts": [ 1940 "scripts": [
1929 { 1941 {
1930 "name": "nacl_integration", 1942 "name": "nacl_integration",
1931 "script": "nacl_integration.py" 1943 "script": "nacl_integration.py"
1932 } 1944 }
1933 ] 1945 ]
1934 } 1946 }
1935 } 1947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698