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

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

Issue 10391007: updated legpad with new DART2JS_LIBRARY_MAP (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/legpad/legpad.py
diff --git a/tools/testing/legpad/legpad.py b/tools/testing/legpad/legpad.py
index 7f5584a3bfb9537609ea79682c6d6205d3f27df0..e7148a81df6c7b21c2b313273a24e3207dc5bccf 100644
--- a/tools/testing/legpad/legpad.py
+++ b/tools/testing/legpad/legpad.py
@@ -123,15 +123,17 @@ 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",
- "dom" : "lib/dom/frog/dom_frog.dart",
- "html" : "lib/html/frog/html_frog.dart",
- "io" : "lib/compiler/implementation/lib/io.dart",
- "isolate" : "lib/isolate/isolate_leg.dart",
- "json" : "lib/json/json.dart",
- "uri" : "lib/uri/uri.dart",
- "utf" : "lib/utf/utf.dart",
+ "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",
+ "html": "lib/html/frog/html_frog.dart",
+ "io": "lib/compiler/implementation/lib/io.dart",
+ "isolate": "lib/isolate/isolate_leg.dart",
+ "json": "lib/json/json.dart",
+ "uri": "lib/uri/uri.dart",
+ "utf": "lib/utf/utf.dart",
}
class Pad(object):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698