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

Unified Diff: lib/compiler/implementation/lib/core.dart

Issue 10908167: Remove dart2js specific core.dart and coreimpl.dart files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « lib/_internal/libraries.dart ('k') | lib/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
deleted file mode 100644
index 218692a7cdbc5244732276c8ebd38a55476eee81..0000000000000000000000000000000000000000
--- a/lib/compiler/implementation/lib/core.dart
+++ /dev/null
@@ -1,43 +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('dart:core');
-
-#import('dart:math');
-
-#import('coreimpl.dart');
-
-#import('js_helper.dart'); // TODO(ahe): remove this import.
-
-#source('../../../../lib/core/bool.dart');
-#source('../../../../lib/core/collection.dart');
-#source('../../../../lib/core/comparable.dart');
-#source('../../../../lib/core/date.dart');
-#source('../../../../lib/core/double.dart');
-#source('../../../../lib/core/duration.dart');
-#source('../../../../lib/core/errors.dart');
-#source('../../../../lib/core/exceptions.dart');
-#source('../../../../lib/core/expando.dart');
-#source('../../../../lib/core/expect.dart');
-#source('../../../../lib/core/function.dart');
-#source('../../../../lib/core/future.dart');
-#source('../../../../lib/core/hashable.dart');
-#source('../../../../lib/core/int.dart');
-#source('../../../../lib/core/iterable.dart');
-#source('../../../../lib/core/iterator.dart');
-#source('../../../../lib/core/list.dart');
-#source('../../../../lib/core/map.dart');
-#source('../../../../lib/core/num.dart');
-#source('../../../../lib/core/object.dart');
-#source('../../../../lib/core/options.dart');
-#source('../../../../lib/core/print.dart');
-#source('../../../../lib/core/pattern.dart');
-#source('../../../../lib/core/queue.dart');
-#source('../../../../lib/core/regexp.dart');
-#source('../../../../lib/core/set.dart');
-#source('../../../../lib/core/stopwatch.dart');
-#source('../../../../lib/core/string.dart');
-#source('../../../../lib/core/string_buffer.dart');
-#source('../../../../lib/core/strings.dart');
-#source('mock.dart');
« no previous file with comments | « lib/_internal/libraries.dart ('k') | lib/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698