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

Unified Diff: dart/tools/bots/compiler.py

Issue 117213002: Run chrome tests on dart2js-full-windows-* builders as well (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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: dart/tools/bots/compiler.py
diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
index bd1601d400ce739d69b8dcbbf4fc1e07ed72c5a5..fd4880a77f1c187ce093d425994ed09ee5322043 100644
--- a/dart/tools/bots/compiler.py
+++ b/dart/tools/bots/compiler.py
@@ -34,6 +34,7 @@ DART2JS_FULL_CONFIGURATIONS = {
{'runtime' : 'ie9'},
{'runtime' : 'ie9', 'additional_flags' : ['--checked']},
{'runtime' : 'ff'},
+ {'runtime' : 'chrome'},
],
}
« 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