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

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

Issue 874303003: Move sky-box,-button,-checkbox,-radio out of their directories (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/wm_flow/wm/window_frame.sky ('k') | sky/framework/sky-box.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/index.sky
diff --git a/sky/examples/widgets/index.sky b/sky/examples/widgets/index.sky
index cb60858658e923902be5d22956ca8dde1ca605f2..2e18124e205e47e5565a9f8bcf6320d0ace7d1ac 100644
--- a/sky/examples/widgets/index.sky
+++ b/sky/examples/widgets/index.sky
@@ -4,12 +4,12 @@
// found in the LICENSE file.
-->
<sky>
-<import src="/sky/framework/sky-box/sky-box.sky"/>
-<import src="/sky/framework/sky-button/sky-button.sky"/>
-<import src="/sky/framework/sky-checkbox/sky-checkbox.sky"/>
+<import src="/sky/framework/sky-box.sky"/>
+<import src="/sky/framework/sky-button.sky"/>
+<import src="/sky/framework/sky-checkbox.sky"/>
<import src="/sky/framework/sky-element/sky-element.sky" as="SkyElement"/>
<import src="/sky/framework/sky-input.sky"/>
-<import src="/sky/framework/sky-radio/sky-radio.sky"/>
+<import src="/sky/framework/sky-radio.sky"/>
<sky-element name="widget-root">
<template>
<style>
« no previous file with comments | « examples/wm_flow/wm/window_frame.sky ('k') | sky/framework/sky-box.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698