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

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

Issue 1161813005: Implement a simple checkbox in Sky’s fn2 components library (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase 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/engine/core/painting/RRect.idl ('k') | sky/sdk/lib/framework/components2/checkbox.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/stocks/main.sky b/sky/examples/widgets/main.sky
similarity index 68%
copy from sky/examples/stocks/main.sky
copy to sky/examples/widgets/main.sky
index b57f262ef89605d4eb735965ad4e4174a3be883e..506b0ff837521d1945a72af0108950f539768c38 100644
--- a/sky/examples/stocks/main.sky
+++ b/sky/examples/widgets/main.sky
@@ -5,11 +5,11 @@
// found in the LICENSE file.
-->
<sky>
+<import src="/sky/framework/debug/shake-to-reload.sky" />
<script>
-// TODO(abarth): Should this be package:stocks/stocks_app.dart?
-import 'lib/stock_app.dart';
+import 'widgets_app.dart';
void main() {
- new StocksApp();
+ new WidgetsApp();
}
</script>
</sky>
« no previous file with comments | « sky/engine/core/painting/RRect.idl ('k') | sky/sdk/lib/framework/components2/checkbox.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698