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

Unified Diff: sky/examples/data/stocks.dart

Issue 980953002: stocks and stocks-fn should share the stocks data (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/data/cities.sky ('k') | sky/examples/scrolling/scrolling.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/data/stocks.dart
diff --git a/sky/examples/stocks/companylist.sky b/sky/examples/data/stocks.dart
similarity index 99%
rename from sky/examples/stocks/companylist.sky
rename to sky/examples/data/stocks.dart
index 998344b987ba224d421b56f47b2d4e9f0e83e772..105d89df53c58cf9ca5704b3f5c634166e0a6ac6 100644
--- a/sky/examples/stocks/companylist.sky
+++ b/sky/examples/data/stocks.dart
@@ -1,4 +1,7 @@
-<script>
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
import "dart:math";
// Snapshot from http://www.nasdaq.com/screening/company-list.aspx
@@ -3013,5 +3016,3 @@ class StockOracle {
}
final StockOracle oracle = new StockOracle.fromCompanyList(_kCompanyList);
-
-</script>
« no previous file with comments | « sky/examples/data/cities.sky ('k') | sky/examples/scrolling/scrolling.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698