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

Unified Diff: sdk/lib/mirrors/mirror_classes.dart

Issue 11419032: Switch libraries to using new tags. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip of tree. Changed library names to dart.x Created 8 years 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/math/random.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/mirrors/mirror_classes.dart
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirror_classes.dart
similarity index 99%
copy from sdk/lib/mirrors/mirrors.dart
copy to sdk/lib/mirrors/mirror_classes.dart
index 303cec4ad7ea0c92f3c5a4d93af9399d99610128..2297a70d7d1be6021f1ba0624424af0046dd5446 100644
--- a/sdk/lib/mirrors/mirrors.dart
+++ b/sdk/lib/mirrors/mirror_classes.dart
@@ -2,8 +2,9 @@
// 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.
-// The dart:mirrors library provides reflective access for Dart program.
-//
+// Commented out until supported by VM.
+// part of dart.mirrors;
+
// For the purposes of the mirrors library, we adopt a naming
// convention with respect to getters and setters. Specifically, for
// some variable or field...
@@ -14,8 +15,6 @@
// 'myField='. This allows us to assign unique names to getters and
// setters for the purposes of member lookup.
-// #library("mirrors");
-
/**
* A [MirrorSystem] is the main interface used to reflect on a set of
* associated libraries.
« no previous file with comments | « sdk/lib/math/random.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698