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

Unified Diff: sdk/lib/platform/platform.dart

Issue 32683002: Add empty dart:platform library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « sdk/lib/_internal/libraries.dart ('k') | sdk/lib/platform/platform_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/platform/platform.dart
diff --git a/runtime/lib/core_patch.dart b/sdk/lib/platform/platform.dart
similarity index 72%
copy from runtime/lib/core_patch.dart
copy to sdk/lib/platform/platform.dart
index 549169878f6b466aac652ba9515e297382829a32..0ef0a572eed98bca60c9b1a1c3947e6a2b36cf6e 100644
--- a/runtime/lib/core_patch.dart
+++ b/sdk/lib/platform/platform.dart
@@ -2,5 +2,7 @@
// 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.
-import "dart:math";
-import "dart:typed_data";
+/**
+ * Runtime information about the current platform.
+ */
+library dart.platform;
« no previous file with comments | « sdk/lib/_internal/libraries.dart ('k') | sdk/lib/platform/platform_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698