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

Unified Diff: tool/input_sdk/lib/_internal/libraries.dart

Issue 1625563002: Use the great new Devtools API for custom formatters. Now Dart objects are now generally as easy to… (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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: 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),
};
/**

Powered by Google App Engine
This is Rietveld 408576698