Chromium Code Reviews| Index: tool/input_sdk/lib/_internal/libraries.dart |
| diff --git a/tool/input_sdk/lib/_internal/libraries.dart b/tool/input_sdk/lib/_internal/libraries.dart |
| index 1875cf4103f4eb1c4d158d81ec462ef8f589fae6..5506383c091a9ca0b5dcb38b8f0112fc9589fef6 100644 |
| --- a/tool/input_sdk/lib/_internal/libraries.dart |
| +++ b/tool/input_sdk/lib/_internal/libraries.dart |
| @@ -214,6 +214,12 @@ const Map<String, LibraryInfo> LIBRARIES = const { |
| category: "Internal", |
| documented: false, |
| platforms: DART2JS_PLATFORM), |
| + |
| + "_debugger": const LibraryInfo( |
| + "debugger/debugger.dart", |
|
Jennifer Messerly
2016/01/22 19:52:16
I think it would be a bit more consistent to put i
Jacob
2016/01/22 21:28:53
Done.
|
| + category: "Internal", |
| + documented: false, |
| + platforms: DART2JS_PLATFORM), |
| }; |
| /** |