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

Side by Side Diff: tools/dart/patch_sdk.diff

Issue 1229953008: Update Dart SDK to 1.12.0-dev.3.1 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « sky/tools/skyanalyzer ('k') | tools/dart/update.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: sdk/lib/_internal/libraries.dart
2 ===================================================================
3 --- sdk/lib/_internal/libraries.dart (revision 44413)
4 +++ sdk/lib/_internal/libraries.dart (working copy)
5 @@ -117,6 +117,14 @@
6 maturity: Maturity.STABLE,
7 dart2jsPatchPath: "_internal/compiler/js_lib/typed_data_patch.dart"),
8
9 + "mojo.internal": const LibraryInfo(
10 + "../../../../mojo/public/dart/sdk_ext/internal.dart",
11 + maturity: Maturity.STABLE),
12 +
13 + "sky": const LibraryInfo(
14 + "../../../../out/Debug/gen/sky/bindings/dart_sky.dart",
15 + maturity: Maturity.STABLE),
16 +
17 "_native_typed_data": const LibraryInfo(
18 "_internal/compiler/js_lib/native_typed_data.dart",
19 category: "Internal",
OLDNEW
« no previous file with comments | « sky/tools/skyanalyzer ('k') | tools/dart/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698