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

Unified Diff: sky/examples/widgets/main.sky

Issue 1085933002: Remove Widgets Demo, it's broken and doesn't provide any value over Stocks App (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | sky/examples/widgets/widgets_app.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/main.sky
diff --git a/sky/examples/widgets/main.sky b/sky/examples/widgets/main.sky
deleted file mode 100644
index 506b0ff837521d1945a72af0108950f539768c38..0000000000000000000000000000000000000000
--- a/sky/examples/widgets/main.sky
+++ /dev/null
@@ -1,15 +0,0 @@
-#!mojo mojo:sky_viewer
-<!--
-// Copyright 2015 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.
--->
-<sky>
-<import src="/sky/framework/debug/shake-to-reload.sky" />
-<script>
-import 'widgets_app.dart';
-void main() {
- new WidgetsApp();
-}
-</script>
-</sky>
« no previous file with comments | « no previous file | sky/examples/widgets/widgets_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698