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

Unified Diff: pkg/fixnum/fixnum.dart

Issue 11405003: Update fixnum to new package guidelines. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | pkg/fixnum/int32.dart » ('j') | pkg/fixnum/test/int_64_vm_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fixnum/fixnum.dart
diff --git a/pkg/fixnum/fixnum.dart b/pkg/fixnum/fixnum.dart
deleted file mode 100644
index 837564cea3693b5a5ae16d9c89a4c92a62ac6898..0000000000000000000000000000000000000000
--- a/pkg/fixnum/fixnum.dart
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// 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';
« no previous file with comments | « no previous file | pkg/fixnum/int32.dart » ('j') | pkg/fixnum/test/int_64_vm_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698