Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: tools/bots/compiler.py

Issue 1065973003: Revert "Always run in minified mode under csp" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/compiler.py
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
index 9e47f597721f88e77e3df7593e52c502419f4e33..f166bc1f683548bc6a00547b3ae3fc9402126839 100644
--- a/tools/bots/compiler.py
+++ b/tools/bots/compiler.py
@@ -80,8 +80,6 @@ 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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698