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

Unified Diff: sky/framework/sky-scrollable.sky

Issue 980423002: Organize sky/framework a bit (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/framework/fling-curve.dart ('k') | sky/framework/theme/view-configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/sky-scrollable.sky
diff --git a/sky/framework/sky-scrollable.sky b/sky/framework/sky-scrollable.sky
index 323639e55b0cd567a23792de03d52a4721685698..64d78dd7fab0b5a87d00bf98cca6954a40b4b21d 100644
--- a/sky/framework/sky-scrollable.sky
+++ b/sky/framework/sky-scrollable.sky
@@ -37,8 +37,8 @@
<script>
import "dart:math" as math;
import "dart:sky";
-import "fling-curve.dart";
-import "view-configuration.dart" as config;
+import "animation/fling-curve.dart";
+import "theme/view-configuration.dart" as config;
@Tagname('sky-scrollable')
class SkyScrollable extends SkyElement {
« no previous file with comments | « sky/framework/fling-curve.dart ('k') | sky/framework/theme/view-configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698