Chromium Code Reviews| Index: testing/buildbot/chromium.json |
| diff --git a/testing/buildbot/chromium.json b/testing/buildbot/chromium.json |
| index e4bdc0769e6ff7aa1a25e0018846655730521902..4039b49747d424950fa55cfb838ff41e1adb8e10 100644 |
| --- a/testing/buildbot/chromium.json |
| +++ b/testing/buildbot/chromium.json |
| @@ -34,5 +34,16 @@ |
| "script": "sizes.py" |
| } |
| ] |
| + }, |
| + "Win": { |
| + "additional_compile_targets": [ |
| + "all" |
| + ], |
| + "scripts": [ |
| + { |
| + "name": "checkbins", |
| + "script": "checkbins.py" |
| + } |
| + ] |
| } |
| } |