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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 1121293003: Provide a dart2js implementation of dart:debugger (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 5 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
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index a46aaf0db18586c73cb6230bc755221d288bf2c4..ec82309b8667dd9ceb4535667b58b93563ef25e6 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -56,7 +56,8 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"debugger": const LibraryInfo(
"debugger/debugger.dart",
- maturity: Maturity.UNSTABLE),
+ maturity: Maturity.UNSTABLE,
+ dart2jsPatchPath: "_internal/compiler/js_lib/debugger_patch.dart"),
"html": const LibraryInfo(
"html/dartium/html_dartium.dart",

Powered by Google App Engine
This is Rietveld 408576698