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

Unified Diff: compiler/java/com/google/dart/compiler/ast/viz/BaseASTWriter.java

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments 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/ast/viz/BaseASTWriter.java
diff --git a/compiler/java/com/google/dart/compiler/ast/viz/BaseASTWriter.java b/compiler/java/com/google/dart/compiler/ast/viz/BaseASTWriter.java
index 28c68dc89717e98703b9d3b40967695552b21b6d..cb43e5e6f6f74676de5fb67367c20177aef861a7 100644
--- a/compiler/java/com/google/dart/compiler/ast/viz/BaseASTWriter.java
+++ b/compiler/java/com/google/dart/compiler/ast/viz/BaseASTWriter.java
@@ -85,7 +85,7 @@ import com.google.dart.compiler.ast.LibraryUnit;
public abstract class BaseASTWriter {
private static final String[] ignoredLibs = {"corelib", "corelib_impl",
- "dom", "html", "htmlimpl", "base", "touch", "view", "utilslib",
+ "dom", "html", "base", "touch", "view", "utilslib",
"observable", "layout.dart", "unittest", "dartest"};
protected final String outputDir;
private final ASTNodeTraverser visitor;

Powered by Google App Engine
This is Rietveld 408576698