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

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

Issue 16538002: Move lib from sdk/lib/_internal/compiler/implementation to _internal root. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/libraries.dart
===================================================================
--- sdk/lib/_internal/libraries.dart (revision 23664)
+++ sdk/lib/_internal/libraries.dart (working copy)
@@ -24,7 +24,7 @@
"async": const LibraryInfo(
"async/async.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/async_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/async_patch.dart"),
"chrome": const LibraryInfo(
"chrome/dart2js/chrome_dart2js.dart",
@@ -32,11 +32,11 @@
"collection": const LibraryInfo(
"collection/collection.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/collection_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/collection_patch.dart"),
"core": const LibraryInfo(
"core/core.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/core_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/core_patch.dart"),
"html": const LibraryInfo(
"html/dartium/html_dartium.dart",
@@ -58,23 +58,23 @@
"io": const LibraryInfo(
"io/io.dart",
category: "Server",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/io_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/io_patch.dart"),
"isolate": const LibraryInfo(
"isolate/isolate.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/isolate_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/isolate_patch.dart"),
"json": const LibraryInfo(
"json/json.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/json_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/json_patch.dart"),
"math": const LibraryInfo(
"math/math.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/math_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/math_patch.dart"),
"mirrors": const LibraryInfo(
"mirrors/mirrors.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/mirrors_patch.dart"),
+ dart2jsPatchPath: "_internal/lib/mirrors_patch.dart"),
"nativewrappers": const LibraryInfo(
"html/dartium/nativewrappers.dart",
@@ -121,34 +121,34 @@
category: "Internal",
documented: false,
dart2jsPatchPath:
- "_internal/compiler/implementation/lib/collection_dev_patch.dart"),
+ "_internal/lib/collection_dev_patch.dart"),
"_js_helper": const LibraryInfo(
- "_internal/compiler/implementation/lib/js_helper.dart",
+ "_internal/lib/js_helper.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
"_interceptors": const LibraryInfo(
- "_internal/compiler/implementation/lib/interceptors.dart",
+ "_internal/lib/interceptors.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
"_foreign_helper": const LibraryInfo(
- "_internal/compiler/implementation/lib/foreign_helper.dart",
+ "_internal/lib/foreign_helper.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
"_isolate_helper": const LibraryInfo(
- "_internal/compiler/implementation/lib/isolate_helper.dart",
+ "_internal/lib/isolate_helper.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
"_js_mirrors": const LibraryInfo(
- "_internal/compiler/implementation/lib/js_mirrors.dart",
+ "_internal/lib/js_mirrors.dart",
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698