OLD | NEW |
---|---|
1 #!mojo 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="color-picker.sky" /> | 8 <import src="example-scrollable.sky" /> |
9 <color-picker /> | 9 <example-scrollable /> |
10 </sky> | 10 </sky> |
OLD | NEW |