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

Side by Side Diff: lib/config/import_any.config

Issue 9950092: SystemLibraryManager normalized URI test (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Entries in this file define how editor maps #import(...) directives 2 # Entries in this file define how editor maps #import(...) directives
3 # 3 #
4 # A key that ends with '\:' maps an entire scheme to a directory tree 4 # A key that ends with '\:' maps an entire scheme to a directory tree
5 # (All ':' characters in the key must be escaped) 5 # (All ':' characters in the key must be escaped)
6 # For example, an entry in this file such as 6 # For example, an entry in this file such as
7 # foo\: = /user/name/some/dir 7 # foo\: = /user/name/some/dir
8 # will map the following imports 8 # will map the following imports
9 # #import('foo:bar') --> /user/name/some/dir/bar/bar.dart 9 # #import('foo:bar') --> /user/name/some/dir/bar/bar.dart
10 # #import('foo:blat.dart') --> /user/name/some/dir/blat.dart 10 # #import('foo:blat.dart') --> /user/name/some/dir/blat.dart
(...skipping 27 matching lines...) Expand all
38 dart\:html = html/html_dartium.dart 38 dart\:html = html/html_dartium.dart
39 dart\:io = io/io_runtime.dart 39 dart\:io = io/io_runtime.dart
40 dart\:isolate = isolate/isolate_runtime.dart 40 dart\:isolate = isolate/isolate_runtime.dart
41 41
42 # 42 #
43 # Libraries referenced using a relative path by both dartdoc and compiler 43 # Libraries referenced using a relative path by both dartdoc and compiler
44 # Need to either remove the relative reference 44 # Need to either remove the relative reference
45 # or promote them to top level so that they can be referenced via dart:<libname> 45 # or promote them to top level so that they can be referenced via dart:<libname>
46 # 46 #
47 47
48 dart\:frog/lang = frog/lang.dart 48 dart\:frog/lang = frog/lang.dart
49 dart\:frog/file_system = frog/file_system.dart 49 dart\:frog/file_system = frog/file_system.dart
50 dart\:frog/file_system_vm = frog/file_system_vm.dart
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698