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

Unified Diff: pkg/dartino/lib/_sdkext

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « pkg/async_helper/lib/async_helper.dart ('k') | pkg/dartino/lib/dartino.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino/lib/_sdkext
diff --git a/pkg/dartino/lib/_sdkext b/pkg/dartino/lib/_sdkext
new file mode 100644
index 0000000000000000000000000000000000000000..1c53e6c51f953dbfb8097385e60e6097e9f5540e
--- /dev/null
+++ b/pkg/dartino/lib/_sdkext
@@ -0,0 +1,7 @@
+{
+ "dart:dartino": "../../../lib/dartino/dartino.dart",
+ "dart:dartino.io": "../../../lib/io/io.dart",
+ "dart:dartino.ffi": "../../../lib/ffi/ffi.dart",
+ "dart:dartino.os": "../../../lib/os/os.dart",
+ "dart:dartino.service": "../../../lib/service/service.dart"
+}
« no previous file with comments | « pkg/async_helper/lib/async_helper.dart ('k') | pkg/dartino/lib/dartino.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698