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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.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: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
index 88d2a8cf11d21be402320422dee71b6a8bb15482..ac3e51507d7253c2605dbca22d9d02f6449aa995 100644
--- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
@@ -75,7 +75,6 @@ public class SamplesTest extends TestCase {
KNOWN_DART_LIBS.add("dart:coreimpl");
KNOWN_DART_LIBS.add("dart:dom");
KNOWN_DART_LIBS.add("dart:html");
- KNOWN_DART_LIBS.add("dart:htmlimpl");
KNOWN_DART_LIBS.add("dart:io");
KNOWN_DART_LIBS.add("dart:isolate");
KNOWN_DART_LIBS.add("dart:json");

Powered by Google App Engine
This is Rietveld 408576698