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

Unified Diff: sky/sdk/lib/.sdkext

Issue 1225923009: Add dart:sky.internals and dart:sky_builtin_natives to Sky sdk_ext (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/.sdkext
diff --git a/sky/sdk/lib/.sdkext b/sky/sdk/lib/.sdkext
index cc8e6ba61e03ab5cf37e35abca867aa134437aa0..3f60def4d15ac41a5017366edccaf676d0312899 100644
--- a/sky/sdk/lib/.sdkext
+++ b/sky/sdk/lib/.sdkext
@@ -1,3 +1,5 @@
{
- "dart:sky": "../sdk_ext/dart_sky.dart"
+ "dart:sky": "../sdk_ext/dart_sky.dart",
+ "dart:sky.internals": "../sdk_ext/sky_internals.dart",
+ "dart:sky_builtin_natvies": "../sdk_ext/builtin_natives.dart"
}
« no previous file with comments | « sky/sdk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698