mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Move sky-box,-button,-checkbox,-radio out of their directories
Instead of having a separate directory for every Sky element, we should just put them in the general framework directory. Once the framework is more complicated, we'll probably want to organize it a bit better, but for now there aren't enough files to justify having so many directories. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/874303003
This commit is contained in:
parent
f5815acf79
commit
c51ca09e15
@ -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>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
-->
|
||||
<import src="/sky/framework/sky-button/sky-button.sky" as="SkyButton" />
|
||||
<import src="/sky/framework/sky-button.sky" as="SkyButton" />
|
||||
|
||||
<sky-element
|
||||
name="sky-checkbox"
|
||||
@ -3,7 +3,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
-->
|
||||
<import src="/sky/framework/sky-button/sky-button.sky" as="SkyButton" />
|
||||
<import src="/sky/framework/sky-button.sky" as="SkyButton" />
|
||||
|
||||
<sky-element
|
||||
name="sky-radio"
|
||||
@ -3,8 +3,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
-->
|
||||
<import src="/sky/framework/sky-checkbox.sky" />
|
||||
<import src="/sky/framework/sky-element/sky-element.sky" as="SkyElement" />
|
||||
<import src="/sky/framework/sky-checkbox/sky-checkbox.sky" />
|
||||
|
||||
<sky-element
|
||||
name="test-element"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user