| 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):
|
|
|