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

Unified Diff: pkg/docgen/lib/src/exports/libraries.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/libraries.dart
diff --git a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart b/pkg/docgen/lib/src/exports/libraries.dart
similarity index 70%
copy from tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart
copy to pkg/docgen/lib/src/exports/libraries.dart
index 16da6e3295bca2daa89abcf7104d7a492f7cd846..00163dfb8bb6a25cd35fca566c394c39e1630b9c 100644
--- a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart
+++ b/pkg/docgen/lib/src/exports/libraries.dart
@@ -2,8 +2,6 @@
// 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 spaces;
+library docgen.exports.libraries;
-part "part space/part space.dart";
-
-foo() => bar();
+export '../../../../../sdk/lib/_internal/libraries.dart';

Powered by Google App Engine
This is Rietveld 408576698