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

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

Issue 13966011: Put a snapshot of pub in the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 7 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 | « sdk/lib/_internal/pub/lib/src/io.dart ('k') | sdk/lib/_internal/pub/test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/pub.dart
diff --git a/sdk/lib/_internal/pub/lib/src/pub.dart b/sdk/lib/_internal/pub/lib/src/pub.dart
index 32a4bd5d55fb14c72e87fd2711872557abc65d0e..dc663af23734f459219509e664e3542f00da7f24 100644
--- a/sdk/lib/_internal/pub/lib/src/pub.dart
+++ b/sdk/lib/_internal/pub/lib/src/pub.dart
@@ -115,7 +115,7 @@ void run() {
break;
}
- SecureSocket.initialize(database: relativeToPub('resource/certs'));
+ SecureSocket.initialize(database: resourcePath('certs'));
var cacheDir;
if (Platform.environment.containsKey('PUB_CACHE')) {
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/io.dart ('k') | sdk/lib/_internal/pub/test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698