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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user