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

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

Issue 999193002: Add a simple prototype "terminal" example. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review comments Created 5 years, 9 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/terminal/README.md ('k') | sky/examples/terminal/terminal.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/terminal/index.sky
diff --git a/sky/examples/scrolling/index.sky b/sky/examples/terminal/index.sky
similarity index 74%
copy from sky/examples/scrolling/index.sky
copy to sky/examples/terminal/index.sky
index 12a129ec0f76739c4e47f280756c77a520a61441..74d56221b968981cbf8e486e993ac34e17a66422 100644
--- a/sky/examples/scrolling/index.sky
+++ b/sky/examples/terminal/index.sky
@@ -4,7 +4,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-->
-<sky>
- <import src="scrolling.sky" />
- <scrolling />
-</sky>
+<import src="terminal.sky" />
+<terminal url="mojo:echo_terminal" />
« no previous file with comments | « sky/examples/terminal/README.md ('k') | sky/examples/terminal/terminal.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698