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

Side by Side 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, 10 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 | « lib/dartino/dartino.dart ('k') | lib/dartino_mobile.platform » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # The libraries available for embedded fletch programs. 5 # The libraries available for embedded dartino programs.
6 6
7 [dart-spec] 7 [dart-spec]
8 spec:3rd edition. 8 spec:3rd edition.
9 9
10 [features] 10 [features]
11 # No extra features. 11 # No extra features.
12 12
13 [libraries] 13 [libraries]
14 # Fletch specific libraries 14 # Dartino specific libraries
15 fletch.ffi: ffi/ffi.dart 15 dartino.ffi: ffi/ffi.dart
16 fletch: fletch/fletch.dart 16 dartino: dartino/dartino.dart
17 fletch.io: io/io.dart 17 dartino.io: io/io.dart
18 fletch.service: service/service.dart 18 dartino.service: service/service.dart
19 fletch.os: os/os.dart 19 dartino.os: os/os.dart
20 fletch._system: system/system.dart 20 dartino._system: system/system.dart
21 21
22 # Embedded core is a reduced version of the regular dart:core. 22 # Embedded core is a reduced version of the regular dart:core.
23 core: core/embedded_core.dart 23 core: core/embedded_core.dart
24 24
25 math: ../third_party/dart/sdk/lib/math/math.dart 25 math: ../third_party/dart/sdk/lib/math/math.dart
26 typed_data: ../third_party/dart/sdk/lib/typed_data/typed_data.dart 26 typed_data: ../third_party/dart/sdk/lib/typed_data/typed_data.dart
27 developer: ../third_party/dart/sdk/lib/developer/developer.dart 27 developer: ../third_party/dart/sdk/lib/developer/developer.dart
28 collection: ../third_party/dart/sdk/lib/collection/collection.dart 28 collection: ../third_party/dart/sdk/lib/collection/collection.dart
29 29
30 _internal: ../third_party/dart/sdk/lib/internal/internal.dart 30 _internal: ../third_party/dart/sdk/lib/internal/internal.dart
(...skipping 26 matching lines...) Expand all
57 _core_set: ../third_party/dart/sdk/lib/core/set.dart 57 _core_set: ../third_party/dart/sdk/lib/core/set.dart
58 _core_sink: ../third_party/dart/sdk/lib/core/sink.dart 58 _core_sink: ../third_party/dart/sdk/lib/core/sink.dart
59 _core_stacktrace: ../third_party/dart/sdk/lib/core/stacktrace.dart 59 _core_stacktrace: ../third_party/dart/sdk/lib/core/stacktrace.dart
60 _core_stopwatch: ../third_party/dart/sdk/lib/core/stopwatch.dart 60 _core_stopwatch: ../third_party/dart/sdk/lib/core/stopwatch.dart
61 _core_string: ../third_party/dart/sdk/lib/core/string.dart 61 _core_string: ../third_party/dart/sdk/lib/core/string.dart
62 _core_string_buffer: ../third_party/dart/sdk/lib/core/string_buffer.dart 62 _core_string_buffer: ../third_party/dart/sdk/lib/core/string_buffer.dart
63 _core_string_sink: ../third_party/dart/sdk/lib/core/string_sink.dart 63 _core_string_sink: ../third_party/dart/sdk/lib/core/string_sink.dart
64 _core_symbol: ../third_party/dart/sdk/lib/core/symbol.dart 64 _core_symbol: ../third_party/dart/sdk/lib/core/symbol.dart
65 _core_type: ../third_party/dart/sdk/lib/core/type.dart 65 _core_type: ../third_party/dart/sdk/lib/core/type.dart
66 66
67 # These are unsupported on fletch-embedded. 67 # These are unsupported on dartino-embedded.
68 isolate: unsupported: 68 isolate: unsupported:
69 mirrors: unsupported: 69 mirrors: unsupported:
70 async: unsupported: 70 async: unsupported:
71 convert: unsupported: 71 convert: unsupported:
72 io: unsupported: 72 io: unsupported:
73 indexed_db: unsupported: 73 indexed_db: unsupported:
74 html: unsupported: 74 html: unsupported:
75 js: unsupported: 75 js: unsupported:
76 html_common: unsupported: 76 html_common: unsupported:
77 web_sql: unsupported: 77 web_sql: unsupported:
78 svg: unsupported: 78 svg: unsupported:
79 web_audio: unsupported: 79 web_audio: unsupported:
80 web_gl: unsupported: 80 web_gl: unsupported:
81 _native_typed_data: unsupported: 81 _native_typed_data: unsupported:
82 nativewrappers: unsupported: 82 nativewrappers: unsupported:
83 profiler: unsupported: 83 profiler: unsupported:
OLDNEW
« 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