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

Unified Diff: lib/config/import_any.config

Issue 9959076: Entries for relatively referenced system libraries to prevent duplicate resolution (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « compiler/java/com/google/dart/compiler/UrlLibrarySource.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/config/import_any.config
===================================================================
--- lib/config/import_any.config (revision 6094)
+++ lib/config/import_any.config (working copy)
@@ -38,3 +38,12 @@
dart\:html = html/html_dartium.dart
dart\:io = io/io_runtime.dart
dart\:isolate = isolate/isolate_runtime.dart
+
+#
+# Libraries referenced using a relative path by both dartdoc and compiler
+# Need to either remove the relative reference
+# or promote them to top level so that they can be referenced via dart:<libname>
+#
+
+dart\:frog/lang = frog/lang.dart
+dart\:frog/file_system = frog/file_system.dart
« no previous file with comments | « compiler/java/com/google/dart/compiler/UrlLibrarySource.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698