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

Unified Diff: frog/library.dart

Issue 9193021: Revert "Make changes to test.dart and frogsh for Windows." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « frog/frogsh.bat ('k') | frog/scripts/bootstrap/frogsh_bootstrap_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/library.dart
diff --git a/frog/library.dart b/frog/library.dart
index 45b8135d41151e1027796d6598dbf7839b6ecf79..c590fef63ded5e9d6b2a769f4b242db4c0b02c6a 100644
--- a/frog/library.dart
+++ b/frog/library.dart
@@ -63,7 +63,6 @@ class Library extends Element {
if (filename.startsWith('/')) return filename;
if (filename.startsWith('file:///')) return filename;
if (filename.startsWith('http://')) return filename;
- if (const RegExp('^[a-zA-Z]:/').hasMatch(filename)) return filename;
return joinPaths(sourceDir, filename);
}
« no previous file with comments | « frog/frogsh.bat ('k') | frog/scripts/bootstrap/frogsh_bootstrap_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698