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

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

Issue 1771713002: Reorganize tool/input_sdk/private (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | tool/input_sdk/private/classes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9ddede19d4881e87a3703d0410f41541ba686dc0..17575232a267ab174ee5b9e9082849dc5a17920e 100644
--- a/tool/input_sdk/lib/_internal/libraries.dart
+++ b/tool/input_sdk/lib/_internal/libraries.dart
@@ -210,7 +210,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
platforms: DART2JS_PLATFORM),
"_runtime": const LibraryInfo(
- "_internal/compiler/js_lib/runtime.dart",
+ "_internal/compiler/js_lib/ddc_runtime/runtime.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
« no previous file with comments | « no previous file | tool/input_sdk/private/classes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698