Always run in minified mode under csp

R=floitsch@google.com
BUG=

Review URL: https://codereview.chromium.org//1072833002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45010 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com
2015-04-09 14:41:22 +00:00
parent 34fc9fb911
commit f74f5b1aec
+2
View File
@@ -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: