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

Unified Diff: tools/bots/bot.py

Issue 1126363003: Remove dart2dart support from testing scripts and status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 5 years, 7 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 | « third_party/pkg_tested/pkg_tested.status ('k') | tools/dom/docs/docs.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/bot.py
diff --git a/tools/bots/bot.py b/tools/bots/bot.py
index 550cb4782c6d073f09eae0f25fd550671d0a76e4..0015f471e931bc0779b95ca3cdb804344601d9ab 100644
--- a/tools/bots/bot.py
+++ b/tools/bots/bot.py
@@ -25,7 +25,7 @@ class BuildInfo(object):
"""
Encapsulation of build information.
- - compiler: None, 'dart2dart' or 'dart2js'
+ - compiler: None or 'dart2js'
- runtime: 'd8', 'ie', 'ff', 'safari', 'chrome', 'opera', or None.
- mode: 'debug' or 'release'.
- system: 'linux', 'mac', or 'win7'.
« no previous file with comments | « third_party/pkg_tested/pkg_tested.status ('k') | tools/dom/docs/docs.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698