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

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

Issue 9464044: Updates incremental compilation tests to work w/o code generation (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 68164fae7516faf11c1f396cdaa7670e5ba03d2e..328b7db1b637e4279d0a610aedc6a334d31c9f31 100644
--- a/compiler/java/com/google/dart/compiler/metrics/DartEventType.java
+++ b/compiler/java/com/google/dart/compiler/metrics/DartEventType.java
@@ -31,6 +31,7 @@ public enum DartEventType implements EventType {
PARSE_API("green"),
PARSE_OUTOFDATE("LightCoral"),
RESOLVE_LIBRARIES("black"),
+ TIMESTAMP_OUTOFDATE("LightSteelBlue"),
TRANSLATE_NODE("Gold"),
TRANSLATE_TO_JS("MediumOrchid"),
UPDATE_LIBRARIES("yellow"),

Powered by Google App Engine
This is Rietveld 408576698