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

Unified Diff: platforms/stm/disco_dartino/page_allocator_test.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
Index: platforms/stm/disco_dartino/page_allocator_test.sh
diff --git a/platforms/stm/disco_fletch/page_allocator_test.sh b/platforms/stm/disco_dartino/page_allocator_test.sh
similarity index 76%
rename from platforms/stm/disco_fletch/page_allocator_test.sh
rename to platforms/stm/disco_dartino/page_allocator_test.sh
index a26a17aa1f53ce9245062870e0992a5105ce462a..daab6d40531b0751eb8b0c4e67e7ca28e21753ca 100755
--- a/platforms/stm/disco_fletch/page_allocator_test.sh
+++ b/platforms/stm/disco_dartino/page_allocator_test.sh
@@ -12,10 +12,10 @@ g++ \
-g \
-Og \
-I. \
- -DFLETCH_TARGET_OS_POSIX \
+ -DDARTINO_TARGET_OS_POSIX \
--std=gnu++11 \
- platforms/stm/disco_fletch/src/page_allocator_test.cc \
- platforms/stm/disco_fletch/src/page_allocator.cc \
+ platforms/stm/disco_dartino/src/page_allocator_test.cc \
+ platforms/stm/disco_dartino/src/page_allocator.cc \
src/shared/assert.cc \
src/shared/platform_posix.cc src/shared/platform_linux.cc \
src/shared/utils.cc
« no previous file with comments | « platforms/stm/disco_dartino/generated/Src/stm32f7xx_it.c ('k') | platforms/stm/disco_dartino/src/FreeRTOSConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698