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

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

Issue 2981223002: Remove Dartium support from test.dart. (Closed)
Patch Set: Remove "dartium" from status files. 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
« no previous file with comments | « tools/testing/dart/options.dart ('k') | tools/testing/dart/runtime_updater.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « tools/testing/dart/options.dart ('k') | tools/testing/dart/runtime_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698