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

Unified Diff: sdk/bin/dart

Issue 1535553003: Change to X64 default build in tool scripts in sdk/bin (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | sdk/bin/dart.bat » ('j') | sdk/bin/dartfmt » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dart
diff --git a/sdk/bin/dart b/sdk/bin/dart
index 3de8c25701db70fc2b3fc2c68d2624e80d4f7b2d..999034c7a49b842eab7e91fe4c4104c2c42474cf 100755
--- a/sdk/bin/dart
+++ b/sdk/bin/dart
@@ -29,7 +29,7 @@ if [ -z "$DART_CONFIGURATION" ];
then
DIRS=$( ls "$OUT_DIR" )
# list of possible configurations in decreasing desirability
- CONFIGS=("ReleaseIA32" "ReleaseX64" "DebugIA32" "DebugX64"
+ CONFIGS=("ReleaseX64" "ReleaseIA32" "DebugX64" "DebugIA32"
"ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE" "ReleaseMIPS"
"DebugARM" "DebugARM64" "DebugARMV5TE" "DebugMIPS")
DART_CONFIGURATION="None"
« no previous file with comments | « no previous file | sdk/bin/dart.bat » ('j') | sdk/bin/dartfmt » ('J')

Powered by Google App Engine
This is Rietveld 408576698