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

Unified Diff: sky/home.dart

Issue 1204483002: Remove home.sky, update home.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/home.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/home.dart
diff --git a/sky/home.dart b/sky/home.dart
index fbc68aa51f2dca5f1095e025adc1a94d8717c6c8..1e5b424fa49d07190e6f0ea92df8918c23553af7 100644
--- a/sky/home.dart
+++ b/sky/home.dart
@@ -48,16 +48,16 @@ class SkyDemo extends Component {
class SkyHome extends App {
UINode build() {
List<UINode> children = [
- new SkyDemo('Stocks2 App', 'examples/stocks2/lib/stock_app.dart'),
- new SkyDemo('Box2D Game', 'examples/game/main.dart'),
+ new SkyDemo('Stocks App', 'examples/stocks2/lib/stock_app.dart'),
+ new SkyDemo('Astroids Game', 'examples/game/main.dart'),
new SkyDemo('Interactive Flex', 'examples/rendering/interactive_flex.dart'),
new SkyDemo('Sector Layout', 'examples/rendering/sector_layout.dart'),
new SkyDemo('Touch Demo', 'examples/rendering/touch_demo.dart'),
// TODO(eseidel): We could use to separate these groups?
- new SkyDemo('Stocks App (Old)', 'examples/stocks/main.sky'),
- new SkyDemo('Touch Demo (Old)', 'examples/raw/touch-demo.sky'),
- new SkyDemo('Spinning Square (Old)', 'examples/raw/spinning-square.sky'),
+ new SkyDemo('Old Stocks App', 'examples/stocks/main.sky'),
+ new SkyDemo('Old Touch Demo', 'examples/raw/touch-demo.sky'),
+ new SkyDemo('Old Spinning Square', 'examples/raw/spinning-square.sky'),
new SkyDemo('Licences (Old)', 'LICENSES.sky'),
];
« no previous file with comments | « sky/examples/home.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698