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

Unified Diff: tools/testing/legpad/legpad.py

Issue 11365196: Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two pending TODO's. Created 8 years, 1 month 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: tools/testing/legpad/legpad.py
diff --git a/tools/testing/legpad/legpad.py b/tools/testing/legpad/legpad.py
index e7148a81df6c7b21c2b313273a24e3207dc5bccf..1a4aa558a5736b6c43b3dab9302782866292791a 100644
--- a/tools/testing/legpad/legpad.py
+++ b/tools/testing/legpad/legpad.py
@@ -124,7 +124,6 @@ MAIN_ID = "main_id"
# TODO(mattsh): read this from some config file once ahe/zundel create it
DART_LIBRARIES = {
"core": "lib/compiler/implementation/lib/core.dart",
- "coreimpl": "lib/compiler/implementation/lib/coreimpl.dart",
"_js_helper": "lib/compiler/implementation/lib/js_helper.dart",
"_interceptors": "lib/compiler/implementation/lib/interceptors.dart",
"dom": "lib/dom/frog/dom_frog.dart",

Powered by Google App Engine
This is Rietveld 408576698