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

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

Issue 1218593002: Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277. (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
Index: sky/examples/hello_world/main.sky
diff --git a/sky/examples/hello_world/main.sky b/sky/examples/hello_world/main.sky
deleted file mode 100644
index a32206943c24360a5bf1df48656d570b27e1049f..0000000000000000000000000000000000000000
--- a/sky/examples/hello_world/main.sky
+++ /dev/null
@@ -1,7 +0,0 @@
-<script>
-import 'hello_world.dart';
-
-void main() {
- new HelloWorldApp();
-}
-</script>

Powered by Google App Engine
This is Rietveld 408576698