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

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

Issue 1460723002: Add sizes.py to Mac builder on master.chromium. Add results to results collector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « infra/scripts/legacy/scripts/slave/chromium/sizes.py ('k') | no next file » | 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 "Linux": { 2 "Linux": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "scripts": [ 6 "scripts": [
7 { 7 {
8 "name": "checklicenses", 8 "name": "checklicenses",
9 "script": "checklicenses.py" 9 "script": "checklicenses.py"
10 }, 10 },
(...skipping 16 matching lines...) Expand all
27 ], 27 ],
28 "scripts": [ 28 "scripts": [
29 { 29 {
30 "args": [ 30 "args": [
31 "linux-release-64/sizes" 31 "linux-release-64/sizes"
32 ], 32 ],
33 "name": "sizes", 33 "name": "sizes",
34 "script": "sizes.py" 34 "script": "sizes.py"
35 } 35 }
36 ] 36 ]
37 },
38 "Mac": {
39 "additional_compile_targets": [
40 "all"
41 ],
42 "scripts": [
43 {
44 "args": [
45 "mac-release/sizes"
46 ],
47 "name": "sizes",
48 "script": "sizes.py"
49 }
50 ]
37 } 51 }
38 } 52 }
OLDNEW
« no previous file with comments | « infra/scripts/legacy/scripts/slave/chromium/sizes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698