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

Unified Diff: lib/dartino_embedded.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/dartino.dart ('k') | lib/dartino_mobile.platform » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartino_embedded.platform
diff --git a/lib/fletch_embedded.platform b/lib/dartino_embedded.platform
similarity index 91%
rename from lib/fletch_embedded.platform
rename to lib/dartino_embedded.platform
index 4a7b2edc48dc48cd8d2736dd0ab26717ca5d5543..d4b9996bff26ccf26ad003081676ed597cc387e2 100644
--- a/lib/fletch_embedded.platform
+++ b/lib/dartino_embedded.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 embedded fletch programs.
+# The libraries available for embedded 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
# Embedded core is a reduced version of the regular dart:core.
core: core/embedded_core.dart
@@ -64,7 +64,7 @@ _core_string_sink: ../third_party/dart/sdk/lib/core/string_sink.dart
_core_symbol: ../third_party/dart/sdk/lib/core/symbol.dart
_core_type: ../third_party/dart/sdk/lib/core/type.dart
-# These are unsupported on fletch-embedded.
+# These are unsupported on dartino-embedded.
isolate: unsupported:
mirrors: unsupported:
async: unsupported:
« no previous file with comments | « lib/dartino/dartino.dart ('k') | lib/dartino_mobile.platform » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698