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

Unified Diff: compiler/java/com/google/dart/compiler/metrics/DartEventType.java

Issue 9479013: Remove backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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: compiler/java/com/google/dart/compiler/metrics/DartEventType.java
diff --git a/compiler/java/com/google/dart/compiler/metrics/DartEventType.java b/compiler/java/com/google/dart/compiler/metrics/DartEventType.java
index cd0ca80f2814faaad9c5f4d40f688428c1b8b187..0a8dc732f62b7cf6347dc8477cb27143ed32a16b 100644
--- a/compiler/java/com/google/dart/compiler/metrics/DartEventType.java
+++ b/compiler/java/com/google/dart/compiler/metrics/DartEventType.java
@@ -11,9 +11,6 @@ import com.google.dart.compiler.metrics.Tracer.EventType;
*/
public enum DartEventType implements EventType {
ADD_OUTOFDATE("MistyRose"),
- BACKEND_COMPILE("DarkGreen"),
- BACKEND_OUTOFDATE("DarkOliveGreen"),
- BACKEND_PACKAGE_APP("MediumPurple"),
BUILD_LIB_SCOPES("violet"),
COMPILE("green"),
COMPILE_APP("gray"),
@@ -25,7 +22,6 @@ public enum DartEventType implements EventType {
JS_NORMALIZE("DarkMagenta"),
zundel 2012/02/28 20:37:21 You'd think this should now be removed.
scheglov 2012/02/29 22:46:41 Done.
JS_SOURCE_GEN("LightBlue"),
zundel 2012/02/28 20:37:21 You'd think this should now be removed too.
scheglov 2012/02/29 22:46:41 Done.
NAMER("MidnightBlue"),
- PACKAGE_APP("pink"),
SCANNER("GoldenRod"),
PARSE("red"),
PARSE_API("green"),

Powered by Google App Engine
This is Rietveld 408576698