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

Unified Diff: sky/examples/stocks/index.sky

Issue 954503002: Morph "appish" example into a "stocks" app (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/appish/index.sky ('k') | sky/examples/stocks/stock.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/index.sky
diff --git a/sky/examples/widgets/index.sky b/sky/examples/stocks/index.sky
similarity index 80%
copy from sky/examples/widgets/index.sky
copy to sky/examples/stocks/index.sky
index 7d758ee561244cda7f8ca5b82b20cfce35f37a7f..6f7c1618fae88c8d343bdb3ed7e596855244af49 100644
--- a/sky/examples/widgets/index.sky
+++ b/sky/examples/stocks/index.sky
@@ -4,5 +4,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-->
-<import src="widget-root.sky"/>
-<widget-root />
+<import src="stocks.sky" />
+<stocks />
« no previous file with comments | « sky/examples/appish/index.sky ('k') | sky/examples/stocks/stock.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698