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

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

Issue 2981223002: Remove Dartium support from test.dart. (Closed)
Patch Set: Created 3 years, 5 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/runtime_configuration.dart
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
index ec859c25399ce8bb4581327c21e04e1ea2d42b9d..ff7026a2e11e559d7f25a42c00e5c30db72046ab 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -21,10 +21,8 @@ abstract class RuntimeConfiguration {
factory RuntimeConfiguration(Configuration configuration) {
switch (configuration.runtime) {
case Runtime.contentShellOnAndroid:
- case Runtime.dartiumOnAndroid:
case Runtime.chrome:
case Runtime.chromeOnAndroid:
- case Runtime.dartium:
case Runtime.firefox:
case Runtime.ie11:
case Runtime.ie10:

Powered by Google App Engine
This is Rietveld 408576698