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

Unified Diff: tool/patch_sdk.dart

Issue 1988503002: Move generated files to gen/. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Revise. 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/build_sdk.sh ('k') | tool/patch_sdk.sh » ('j') | 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 14562b14f5c59d4baf7f55fb18968ef2863ed81f..54ac0251f59ca403eb9ca75ea3bf30ad8c0f3511 100755
--- a/tool/patch_sdk.dart
+++ b/tool/patch_sdk.dart
@@ -20,15 +20,11 @@ void main(List<String> argv) {
var inputExample = path.join(toolDir, 'input_sdk');
var outExample = path.relative(
- path.normalize(path.join(toolDir, '..', 'test', 'generated_sdk')));
+ path.normalize(path.join('gen', 'patched_sdk')));
print('Usage: $self INPUT_DIR OUTPUT_DIR');
print('For example:');
print('\$ $self $inputExample $outExample');
-
- inputExample = path.join(toolDir, 'min_sdk');
- outExample = path.join(toolDir, 'out', 'min_sdk');
- print('\$ $self $inputExample $outExample');
exit(1);
}
« no previous file with comments | « tool/build_sdk.sh ('k') | tool/patch_sdk.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698