Commit a13570a6 by Jamie Madill Committed by Commit Bot

Fix missing mixin error with 'win-msvc'.

This mixin should have been updated to the new syntax. This hopefully fixes the problem. Bug: chromium:833999 Change-Id: Ic02a71c0f60cb8880df907c80414962bbd673518 Reviewed-on: https://chromium-review.googlesource.com/1044285Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent db529046
...@@ -335,7 +335,8 @@ buckets { ...@@ -335,7 +335,8 @@ buckets {
} }
builders { builders {
name: "win-msvc" name: "win-msvc"
mixins: "win-msvc" mixins: "win"
mixins: "no_clang"
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment