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

Unified Diff: sdk/lib/_internal/pub/lib/src/io.dart

Issue 308773003: Found some more code referring to the special "asset" directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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: sdk/lib/_internal/pub/lib/src/io.dart
diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart
index 09cbea8bb81f010c6c47235ae150c07b3e462fdf..d02335049e1a97d741af77fcd9985a90ae138b3b 100644
--- a/sdk/lib/_internal/pub/lib/src/io.dart
+++ b/sdk/lib/_internal/pub/lib/src/io.dart
@@ -380,7 +380,7 @@ void createPackageSymlink(String name, String target, String symlink,
/// source repository.
bool get runningFromSdk => Platform.script.path.endsWith('.snapshot');
-/// Resolves [target] relative to the path to pub's `resource` directory.
+/// Resolves [target] relative to the path to pub's `asset` directory.
String assetPath(String target) {
if (runningFromSdk) {
return path.join(

Powered by Google App Engine
This is Rietveld 408576698