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

Unified Diff: tool/patch_sdk.dart

Issue 1997473002: Future flattening at runtime. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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
« no previous file with comments | « tool/input_sdk/private/ddc_runtime/classes.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/patch_sdk.dart
diff --git a/tool/patch_sdk.dart b/tool/patch_sdk.dart
index 54ac0251f59ca403eb9ca75ea3bf30ad8c0f3511..3c7e543112252d828b45ed7f3ce3f16adfb395ff 100755
--- a/tool/patch_sdk.dart
+++ b/tool/patch_sdk.dart
@@ -19,8 +19,8 @@ void main(List<String> argv) {
var toolDir = path.relative(path.dirname(path.fromUri(Platform.script)));
var inputExample = path.join(toolDir, 'input_sdk');
- var outExample = path.relative(
- path.normalize(path.join('gen', 'patched_sdk')));
+ var outExample =
+ path.relative(path.normalize(path.join('gen', 'patched_sdk')));
print('Usage: $self INPUT_DIR OUTPUT_DIR');
print('For example:');
« no previous file with comments | « tool/input_sdk/private/ddc_runtime/classes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698