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

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

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

Powered by Google App Engine
This is Rietveld 408576698