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

Unified Diff: tools/testing/dart/drt_updater.dart

Issue 9838068: Rename test.dart component to specify compiler + runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
Index: tools/testing/dart/drt_updater.dart
===================================================================
--- tools/testing/dart/drt_updater.dart (revision 5794)
+++ tools/testing/dart/drt_updater.dart (working copy)
@@ -28,11 +28,6 @@
}
}
- static bool componentRequiresDRT(String component) =>
- const <String>['dartium',
- 'frogium',
- 'legium'].some((x) => x == component);
-
static String get _getDrtPath() {
String scriptPath = new Options().script.replaceAll('\\', '/');
String toolsDir = scriptPath.substring(0, scriptPath.lastIndexOf('/'));

Powered by Google App Engine
This is Rietveld 408576698