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

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

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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/status_reporter.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 73b9a8657ab0cc9da75c91ecc1b4dc5e71977341..ec859c25399ce8bb4581327c21e04e1ea2d42b9d 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -181,8 +181,6 @@ class DartVmRuntimeConfiguration extends RuntimeConfiguration {
case Architecture.armv6:
case Architecture.simarmv5te:
case Architecture.armv5te:
- case Architecture.simmips:
- case Architecture.mips:
case Architecture.simarm64:
case Architecture.simdbc:
case Architecture.simdbc64:
« no previous file with comments | « tools/testing/dart/options.dart ('k') | tools/testing/dart/status_reporter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698