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

Unified Diff: runtime/lib/internal_patch.dart

Issue 1529063006: - Implement Platform.packageRoot and Platform.packageConfig based (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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: runtime/lib/internal_patch.dart
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
index 163ec6ec2741abb86d42c06b1ed663e4697ad54b..22276031788245917c3c0139fe6c13ac5bc94f4b 100644
--- a/runtime/lib/internal_patch.dart
+++ b/runtime/lib/internal_patch.dart
@@ -23,6 +23,8 @@ class VMLibraryHooks {
static var resourceReadAsBytes;
// Implementation of package root/map provision.
+ static var packageRoot;
+ static var packageConfig;
static var getPackageRoot;
static var getPackageMap;
}

Powered by Google App Engine
This is Rietveld 408576698