| Index: tools/testing/dart/drt_updater.dart
|
| ===================================================================
|
| --- tools/testing/dart/drt_updater.dart (revision 5854)
|
| +++ 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('/'));
|
|
|