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

Unified Diff: tool/build_sdk.sh

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/README.md ('k') | tool/patch_sdk.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/build_sdk.sh
diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh
index 7166df0e82c908c00e33bb78bd90bbe3e5716016..156e82672dc15d134a902afb06cd06d20327f317 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -4,7 +4,7 @@ set -e
cd $( dirname "${BASH_SOURCE[0]}" )/..
echo "*** Patching SDK"
-dart -c tool/patch_sdk.dart tool/input_sdk tool/generated_sdk
+dart -c tool/patch_sdk.dart tool/input_sdk gen/patched_sdk
echo "*** Compiling SDK to JavaScript"
@@ -17,6 +17,6 @@ echo "*** Compiling SDK to JavaScript"
# into the compiler itself, so it can emit the correct import.
#
dart -c tool/build_sdk.dart \
- --dart-sdk tool/generated_sdk \
+ --dart-sdk gen/patched_sdk \
-o lib/runtime/dart_sdk.js \
"$@" > tool/sdk_expected_errors.txt
« no previous file with comments | « tool/README.md ('k') | tool/patch_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698