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

Unified Diff: pkg/docgen/lib/src/exports/source_mirrors.dart

Issue 242363004: pkg/docgen: moved model classes into minilibs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl nits Created 6 years, 8 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
Index: pkg/docgen/lib/src/exports/source_mirrors.dart
diff --git a/pkg/polymer/example/canonicalization/test/canonicalization3_test.dart b/pkg/docgen/lib/src/exports/source_mirrors.dart
similarity index 57%
copy from pkg/polymer/example/canonicalization/test/canonicalization3_test.dart
copy to pkg/docgen/lib/src/exports/source_mirrors.dart
index 962c3d8af6b141f812be0d45b808d3b5f7ff393d..7c2ee9cc53dc07727dda14d474d9098efb72ce52 100644
--- a/pkg/polymer/example/canonicalization/test/canonicalization3_test.dart
+++ b/pkg/docgen/lib/src/exports/source_mirrors.dart
@@ -2,9 +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.
-library canonicalization.test.canonizalization3_test;
+library docgen.exports.source_mirrors;
-import 'package:polymer/polymer.dart';
-import 'common.dart';
-
-@initMethod main() => tests();
+export '../../../../../sdk/lib/_internal/compiler/implementation/mirrors/source_mirrors.dart'
+ hide SourceLocation;

Powered by Google App Engine
This is Rietveld 408576698