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

Unified Diff: tools/patch_sdk.dart

Issue 2719453002: Pass patched_sdk path down to fasta as an Uri. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/patch_sdk.dart
diff --git a/tools/patch_sdk.dart b/tools/patch_sdk.dart
index 147663907165912a02979a6fdfe9d953335c5f87..0954757a54762015993313d0c819fcc066c66d7a 100644
--- a/tools/patch_sdk.dart
+++ b/tools/patch_sdk.dart
@@ -206,7 +206,7 @@ Future main(List<String> argv) async {
await compile_platform.main(<String>[
'--packages',
new Uri.file(packagesFile).toString(),
- outDir,
+ new Uri.directory(outDir).toString(),
path.join(outDir, 'platform.dill')
]);
}, zoneSpecification: new ZoneSpecification(print: (_, _2, _3, line) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698