| Index: tools/bots/compiler.py
|
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
|
| index f166bc1f683548bc6a00547b3ae3fc9402126839..9e47f597721f88e77e3df7593e52c502419f4e33 100644
|
| --- a/tools/bots/compiler.py
|
| +++ b/tools/bots/compiler.py
|
| @@ -80,6 +80,8 @@ def GetBuildInfo(builder_name, is_buildbot):
|
| test_set = web_pattern.group(4)
|
| if web_pattern.group(6) == 'csp':
|
| csp = True
|
| + # Always run csp mode minified
|
| + minified = True
|
| shard_index = web_pattern.group(8)
|
| total_shards = web_pattern.group(9)
|
| elif dart2js_full_pattern:
|
|
|