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

Unified Diff: embedded.fletch-settings

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 | « embedded.dartino-settings ('k') | fletch.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: embedded.fletch-settings
diff --git a/embedded.fletch-settings b/embedded.fletch-settings
deleted file mode 100644
index 4185bc5e23ea7c830070bfcdcaa546bf59685a5a..0000000000000000000000000000000000000000
--- a/embedded.fletch-settings
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright (c) 2015, the Dartino 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.md file."],
-
-// The settings in this file are used during automated testing of embedded
-// device type.
-
-{
-
- // Location of the packages configuration file (a relative URI)
- "packages": ".packages",
-
- // A list of strings that are passed to the compiler
- "options": [
- ],
-
- // Values of of compile-time constants, that is, the values of
- // expression on these forms:
- //
- // const bool.fromEnvironment("<name>")
- // const int.fromEnvironment("<name>")
- // const String.fromEnvironment("<name>")
- //
- "constants": {
- },
-
- // Address of the target device on which to run the Fletch VMs.
- // If null then vms are started directly on localhost.
- "device_address": null,
-
- // Type of device to compile for. Currently the available types are:
- // "mobile" and "embedded".
- "device_type": "embedded"
-}
« no previous file with comments | « embedded.dartino-settings ('k') | fletch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698