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

Unified Diff: runtime/bin/builtin.dart

Issue 1066613004: Remove embedder-package scheme (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« no previous file with comments | « no previous file | tests/language/transitive_private_library_access_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.dart
diff --git a/runtime/bin/builtin.dart b/runtime/bin/builtin.dart
index 1f9584d00e0b11d09e1c25320f76341e5be80775..59338260107e067d1ca223b8823ae4877b027533 100644
--- a/runtime/bin/builtin.dart
+++ b/runtime/bin/builtin.dart
@@ -353,7 +353,6 @@ String _filePathFromUri(String userUri) {
case 'package':
return _filePathFromUri(_resolvePackageUri(uri).toString());
case 'data':
- case 'embedder-package':
case 'http':
case 'https':
return uri.toString();
« no previous file with comments | « no previous file | tests/language/transitive_private_library_access_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698