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

Unified Diff: .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 | « .dartino-settings ('k') | .gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .fletch-settings
diff --git a/.fletch-settings b/.fletch-settings
deleted file mode 100644
index f63a0b83660bbc66dc059d89681dde7d77ec3d17..0000000000000000000000000000000000000000
--- a/.fletch-settings
+++ /dev/null
@@ -1,40 +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.
-// If you are considering adding settings to this file in order
-// to change the default behavior of the system you should reconsider.
-// There should only be settings in this file to *overwrite* the
-// defaults.
-{
-
- // 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": "mobile",
-
- // Support for incremental compilation, one of "none", "production", or
- // "experimental".
- "incremental_mode": "production"
-}
« no previous file with comments | « .dartino-settings ('k') | .gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698