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

Side by Side Diff: examples/wm_flow/wm/window_frame.sky

Issue 821403003: Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: two more Created 5 years, 11 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 | « examples/window_manager/debug_panel.sky ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!mojo:sky_viewer 1 #!mojo mojo:sky_viewer
2 <!-- 2 <!--
3 // Copyright 2015 The Chromium Authors. All rights reserved. 3 // Copyright 2015 The Chromium Authors. All rights reserved.
4 // 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
5 // found in the LICENSE file. 5 // found in the LICENSE file.
6 --> 6 -->
7 <sky> 7 <sky>
8 <import src="/gen/examples/wm_flow/wm/window_frame_host.mojom.sky" as="example" /> 8 <import src="/gen/examples/wm_flow/wm/window_frame_host.mojom.sky" as="example" />
9 <import src="/sky/framework/embedder.sky" as="embedder" /> 9 <import src="/sky/framework/embedder.sky" as="embedder" />
10 <import src="/sky/framework/sky-button/sky-button.sky"/> 10 <import src="/sky/framework/sky-button/sky-button.sky"/>
11 <import src="/sky/framework/sky-checkbox/sky-checkbox.sky"/> 11 <import src="/sky/framework/sky-checkbox/sky-checkbox.sky"/>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 } 74 }
75 handleBegoneClick(event) { 75 handleBegoneClick(event) {
76 this.embedder.closeWindow(); 76 this.embedder.closeWindow();
77 } 77 }
78 }.register(); 78 }.register();
79 </script> 79 </script>
80 </sky-element> 80 </sky-element>
81 81
82 <window-frame /> 82 <window-frame />
83 83
84 </sky> 84 </sky>
OLDNEW
« no previous file with comments | « examples/window_manager/debug_panel.sky ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698