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

Unified Diff: lib/dartino_mobile.platform

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 | « lib/dartino_embedded.platform ('k') | lib/ffi/ffi.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartino_mobile.platform
diff --git a/lib/fletch_mobile.platform b/lib/dartino_mobile.platform
similarity index 78%
rename from lib/fletch_mobile.platform
rename to lib/dartino_mobile.platform
index 2b2dfb9a554cd767df74188b30ec2942fbffdf3b..668509a7694576eb8d383ec2117d4ed6790f81d3 100644
--- a/lib/fletch_mobile.platform
+++ b/lib/dartino_mobile.platform
@@ -2,7 +2,7 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# The libraries available for mobile fletch programs.
+# The libraries available for mobile dartino programs.
[dart-spec]
spec:3rd edition.
@@ -11,13 +11,13 @@ spec:3rd edition.
# No extra features.
[libraries]
-# Fletch specific libraries
-fletch.ffi: ffi/ffi.dart
-fletch: fletch/fletch.dart
-fletch.io: io/io.dart
-fletch.service: service/service.dart
-fletch.os: os/os.dart
-fletch._system: system/system.dart
+# Dartino specific libraries
+dartino.ffi: ffi/ffi.dart
+dartino: dartino/dartino.dart
+dartino.io: io/io.dart
+dartino.service: service/service.dart
+dartino.os: os/os.dart
+dartino._system: system/system.dart
async: ../third_party/dart/sdk/lib/async/async.dart
collection: ../third_party/dart/sdk/lib/collection/collection.dart
@@ -29,7 +29,7 @@ typed_data: ../third_party/dart/sdk/lib/typed_data/typed_data.dart
_internal: ../third_party/dart/sdk/lib/internal/internal.dart
-# These are unsupported on fletch-mobile.
+# These are unsupported on dartino-mobile.
isolate: unsupported:
mirrors: unsupported:
io: unsupported:
« no previous file with comments | « lib/dartino_embedded.platform ('k') | lib/ffi/ffi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698