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

Unified Diff: compiler/java/com/google/dart/compiler/SubSystem.java

Issue 9479013: Remove backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More clean up 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/SubSystem.java
diff --git a/compiler/java/com/google/dart/compiler/SubSystem.java b/compiler/java/com/google/dart/compiler/SubSystem.java
index 6868abb209bd8d69594a07bfab6475d915a3b172..c85755d0c15fbc401e2d3945380f51c77a6731f7 100644
--- a/compiler/java/com/google/dart/compiler/SubSystem.java
+++ b/compiler/java/com/google/dart/compiler/SubSystem.java
@@ -8,5 +8,5 @@ package com.google.dart.compiler;
* Subsystem of compiler.
*/
public enum SubSystem {
- COMPILER, PARSER, STATIC_TYPE, RESOLVER, NORMALIZE, CODE_GEN, JS_BACKEND, CLOSURE_BACKEND
+ COMPILER, PARSER, STATIC_TYPE, RESOLVER
}

Powered by Google App Engine
This is Rietveld 408576698