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

Unified Diff: pkg/fixnum/lib/fixnum.dart

Issue 11405003: Update fixnum to new package guidelines. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move fixnum parts into src. Created 8 years, 1 month 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 | « pkg/fixnum/intx.dart ('k') | pkg/fixnum/lib/src/int32.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fixnum/lib/fixnum.dart
diff --git a/pkg/fixnum/fixnum.dart b/pkg/fixnum/lib/fixnum.dart
similarity index 73%
rename from pkg/fixnum/fixnum.dart
rename to pkg/fixnum/lib/fixnum.dart
index 837564cea3693b5a5ae16d9c89a4c92a62ac6898..4ac6f2a8d31e4fa6aeecf213297030d98be34e44 100644
--- a/pkg/fixnum/fixnum.dart
+++ b/pkg/fixnum/lib/fixnum.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library fixnum;
-import 'dart:math' as Math;
-part 'intx.dart';
-part 'int32.dart';
-part 'int64.dart';
+
+part 'src/intx.dart';
+part 'src/int32.dart';
+part 'src/int64.dart';
« no previous file with comments | « pkg/fixnum/intx.dart ('k') | pkg/fixnum/lib/src/int32.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698