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

Unified Diff: sky/sdk/lib/framework/widgets/drawer.dart

Issue 1177243002: Refactor fn2.dart, since it breached our 1000-line threshold. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/sdk/lib/framework/widgets/checkbox.dart ('k') | sky/sdk/lib/framework/widgets/drawer_header.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/widgets/drawer.dart
diff --git a/sky/sdk/lib/framework/components2/drawer.dart b/sky/sdk/lib/framework/widgets/drawer.dart
similarity index 99%
rename from sky/sdk/lib/framework/components2/drawer.dart
rename to sky/sdk/lib/framework/widgets/drawer.dart
index 8ae1cab97acb4aeba1bd73fcad54bb3bd8900e47..71596f9aeba83246ea59862b01765a1d5e646098 100644
--- a/sky/sdk/lib/framework/components2/drawer.dart
+++ b/sky/sdk/lib/framework/widgets/drawer.dart
@@ -2,16 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+import 'dart:math' as math;
+import 'dart:sky' as sky;
+
+import 'package:vector_math/vector_math.dart';
+
import '../animation/animated_value.dart';
import '../animation/curves.dart';
-import '../fn2.dart';
import '../theme2/colors.dart';
import '../theme2/shadows.dart';
import 'animated_component.dart';
-import 'dart:math' as math;
-import 'dart:sky' as sky;
-import 'material.dart';
-import 'package:vector_math/vector_math.dart';
+import 'wrappers.dart';
// TODO(eseidel): Draw width should vary based on device size:
// http://www.google.com/design/spec/layout/structure.html#structure-side-nav
« no previous file with comments | « sky/sdk/lib/framework/widgets/checkbox.dart ('k') | sky/sdk/lib/framework/widgets/drawer_header.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698