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

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

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: simplify diff in js_codegen.dart 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 06e4479abac348749e6c9898cdd30cd7df81b1f6..1875cf4103f4eb1c4d158d81ec462ef8f589fae6 100644
--- a/tool/input_sdk/lib/_internal/libraries.dart
+++ b/tool/input_sdk/lib/_internal/libraries.dart
@@ -209,8 +209,8 @@ const Map<String, LibraryInfo> LIBRARIES = const {
documented: false,
platforms: DART2JS_PLATFORM),
- "_utils": const LibraryInfo(
- "_internal/compiler/js_lib/utils.dart",
+ "_runtime": const LibraryInfo(
+ "_internal/compiler/js_lib/runtime.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),

Powered by Google App Engine
This is Rietveld 408576698