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

Side by Side Diff: sky/examples/widgets/index.sky

Issue 885653006: Add a very basic deploy script for mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « sky/examples/flights-app/index.sky ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!mojo mojo:sky_viewer
1 <!-- 2 <!--
2 // Copyright 2014 The Chromium Authors. All rights reserved. 3 // Copyright 2014 The Chromium Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 4 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 5 // found in the LICENSE file.
5 --> 6 -->
6 <sky> 7 <sky>
7 <import src="/sky/framework/sky-box.sky"/> 8 <import src="/sky/framework/sky-box.sky"/>
8 <import src="/sky/framework/sky-button.sky"/> 9 <import src="/sky/framework/sky-button.sky"/>
9 <import src="/sky/framework/sky-checkbox.sky"/> 10 <import src="/sky/framework/sky-checkbox.sky"/>
10 <import src="/sky/framework/sky-element/sky-element.sky" as="SkyElement"/> 11 <import src="/sky/framework/sky-element/sky-element.sky" as="SkyElement"/>
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 this.clickCount++; 79 this.clickCount++;
79 this.checked = !this.checked; 80 this.checked = !this.checked;
80 this.inputValue = "Moar clicking " + this.clickCount; 81 this.inputValue = "Moar clicking " + this.clickCount;
81 } 82 }
82 }.register(); 83 }.register();
83 </script> 84 </script>
84 </sky-element> 85 </sky-element>
85 86
86 <widget-root /> 87 <widget-root />
87 </sky> 88 </sky>
OLDNEW
« no previous file with comments | « sky/examples/flights-app/index.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698