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

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

Issue 1543663002: Adds battor_agent to the list of targets built by all trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.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 "Mac Builder": {
3 "additional_compile_targets": [
4 "battor_agent"
5 ]
6 },
2 "Mac GN": { 7 "Mac GN": {
3 "additional_compile_targets": [ 8 "additional_compile_targets": [
4 "gn_all" 9 "gn_all"
5 ], 10 ],
6 "gtest_tests": [ 11 "gtest_tests": [
7 { 12 {
8 "test": "base_unittests" 13 "test": "base_unittests"
9 } 14 }
10 ] 15 ]
11 }, 16 },
(...skipping 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 } 1894 }
1890 ], 1895 ],
1891 "scripts": [ 1896 "scripts": [
1892 { 1897 {
1893 "name": "nacl_integration", 1898 "name": "nacl_integration",
1894 "script": "nacl_integration.py" 1899 "script": "nacl_integration.py"
1895 } 1900 }
1896 ] 1901 ]
1897 } 1902 }
1898 } 1903 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698