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

Unified Diff: lib/fletch_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/fletch_embedded.platform ('k') | lib/internal/internal_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/fletch_mobile.platform
diff --git a/lib/fletch_mobile.platform b/lib/fletch_mobile.platform
deleted file mode 100644
index 2b2dfb9a554cd767df74188b30ec2942fbffdf3b..0000000000000000000000000000000000000000
--- a/lib/fletch_mobile.platform
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
-# 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.
-
-[dart-spec]
-spec:3rd edition.
-
-[features]
-# 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
-
-async: ../third_party/dart/sdk/lib/async/async.dart
-collection: ../third_party/dart/sdk/lib/collection/collection.dart
-convert: ../third_party/dart/sdk/lib/convert/convert.dart
-core: ../third_party/dart/sdk/lib/core/core.dart
-developer: ../third_party/dart/sdk/lib/developer/developer.dart
-math: ../third_party/dart/sdk/lib/math/math.dart
-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.
-isolate: unsupported:
-mirrors: unsupported:
-io: unsupported:
-indexed_db: unsupported:
-html: unsupported:
-js: unsupported:
-html_common: unsupported:
-web_sql: unsupported:
-svg: unsupported:
-web_audio: unsupported:
-web_gl: unsupported:
-_native_typed_data: unsupported:
-nativewrappers: unsupported:
-profiler: unsupported:
« no previous file with comments | « lib/fletch_embedded.platform ('k') | lib/internal/internal_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698