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

Unified Diff: tools/stm/one-stm-lib.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « tools/stm/one-stm-lib.ar ('k') | tools/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/stm/one-stm-lib.sh
diff --git a/tools/stm/one-stm-lib.sh b/tools/stm/one-stm-lib.sh
index 22caafc922f4eca95eaeaf8f1ccbe3bd65a58a36..106f8d3730e34b70b2b9907042bf04c07446bed4 100755
--- a/tools/stm/one-stm-lib.sh
+++ b/tools/stm/one-stm-lib.sh
@@ -12,8 +12,8 @@ set -e
ninja
ninja -C out/ReleaseX64
-ninja -C out/ReleaseSTM disco_fletch
-ninja -C out/DebugSTM disco_fletch
+ninja -C out/ReleaseSTM disco_dartino
+ninja -C out/DebugSTM disco_dartino
cd out/ReleaseSTM
../../third_party/gcc-arm-embedded/linux/gcc-arm-embedded/bin/arm-none-eabi-ar \
« no previous file with comments | « tools/stm/one-stm-lib.ar ('k') | tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698