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

Unified Diff: sdk/bin/dartdevc_sdk.bat

Issue 1818543002: Add dev_compiler to the SDK build process. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « sdk/bin/dartdevc_sdk ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dartdevc_sdk.bat
diff --git a/sdk/bin/dartanalyzer_sdk.bat b/sdk/bin/dartdevc_sdk.bat
similarity index 96%
copy from sdk/bin/dartanalyzer_sdk.bat
copy to sdk/bin/dartdevc_sdk.bat
index bca4afbf4474a23a3fbb47a8e58f33533a6911c4..72c20691474424207eec4c10ae164055c7579d20 100644
--- a/sdk/bin/dartanalyzer_sdk.bat
+++ b/sdk/bin/dartdevc_sdk.bat
@@ -12,7 +12,7 @@ rem Get rid of surrounding quotes.
for %%i in ("%RETURNED_BIN_DIR%") do set BIN_DIR=%%~fi
set DART=%BIN_DIR%\dart
-set SNAPSHOT=%BIN_DIR%\snapshots\dartanalyzer.dart.snapshot
+set SNAPSHOT=%BIN_DIR%\snapshots\dartdevc.dart.snapshot
rem Get absolute full name for SDK_DIR.
for %%i in ("%BIN_DIR%\..\") do set SDK_DIR=%%~fi
« no previous file with comments | « sdk/bin/dartdevc_sdk ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698