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

Unified Diff: platforms/stm/disco_dartino/disco_dartino.gyp

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 | « platforms/stm/disco_dartino/cmpctmalloc_test.sh ('k') | platforms/stm/disco_dartino/disco_dartino.ioc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/stm/disco_dartino/disco_dartino.gyp
diff --git a/platforms/stm/disco_fletch/disco_fletch.gyp b/platforms/stm/disco_dartino/disco_dartino.gyp
similarity index 90%
rename from platforms/stm/disco_fletch/disco_fletch.gyp
rename to platforms/stm/disco_dartino/disco_dartino.gyp
index d0d8108fb45d249a19fed9285398b6d35e90cd2b..eb5bd9249b262b2bb7e5b34be054baa51567b5c8 100644
--- a/platforms/stm/disco_fletch/disco_fletch.gyp
+++ b/platforms/stm/disco_dartino/disco_dartino.gyp
@@ -24,7 +24,7 @@
'targets': [
{
'type': 'none',
- 'target_name': 'disco_fletch_dart_snapshot',
+ 'target_name': 'disco_dartino_dart_snapshot',
'variables': {
'source_path': 'src',
},
@@ -40,7 +40,7 @@
'<(PRODUCT_DIR)/snapshot',
],
'action': [
- '<(PRODUCT_DIR)/../ReleaseX64/fletch',
+ '<(PRODUCT_DIR)/../ReleaseX64/dartino',
'export',
'<(source_path)/test.dart',
'to',
@@ -52,9 +52,9 @@
},
{
'type': 'none',
- 'target_name': 'disco_fletch_dart_snapshot.o',
+ 'target_name': 'disco_dartino_dart_snapshot.o',
'dependencies' : [
- 'disco_fletch_dart_snapshot',
+ 'disco_dartino_dart_snapshot',
],
'actions': [
{
@@ -87,7 +87,7 @@
],
},
{
- 'target_name': 'libdisco_fletch',
+ 'target_name': 'libdisco_dartino',
'variables': {
'source_path': 'src',
'generated_path': 'generated',
@@ -123,7 +123,7 @@
'<(source_path)/cmpctmalloc.h',
'<(source_path)/freertos.cc',
'<(source_path)/FreeRTOSConfig.h',
- '<(source_path)/fletch_entry.cc',
+ '<(source_path)/dartino_entry.cc',
'<(source_path)/main.cc',
'<(source_path)/page_allocator.cc',
'<(source_path)/page_allocator.h',
@@ -175,11 +175,11 @@
],
},
{
- 'target_name': 'disco_fletch.elf',
+ 'target_name': 'disco_dartino.elf',
'dependencies': [
- 'libdisco_fletch',
- 'disco_fletch_dart_snapshot.o',
- '../../../src/vm/vm.gyp:libfletch',
+ 'libdisco_dartino',
+ 'disco_dartino_dart_snapshot.o',
+ '../../../src/vm/vm.gyp:libdartino',
],
'variables': {
'common_ldflags': [
@@ -187,7 +187,7 @@
# TODO(340): Why does this not work???
#'-T<(generated_path)/SW4STM32/configuration/STM32F746NGHx_FLASH.ld',
# TODO(340): Why is this needed???
- '-T../../platforms/stm/disco_fletch/generated/SW4STM32/'
+ '-T../../platforms/stm/disco_dartino/generated/SW4STM32/'
'configuration/STM32F746NGHx_FLASH.ld',
'-Wl,--wrap=__libc_init_array',
'-Wl,--wrap=_malloc_r',
@@ -221,12 +221,12 @@
},
{
'variables': {
- 'project_name': 'disco_fletch',
+ 'project_name': 'disco_dartino',
},
'type': 'none',
- 'target_name': 'disco_fletch',
+ 'target_name': 'disco_dartino',
'dependencies' : [
- 'disco_fletch.elf'
+ 'disco_dartino.elf'
],
'actions': [
{
@@ -249,15 +249,15 @@
},
{
'type': 'none',
- 'target_name': 'disco_fletch_flash',
+ 'target_name': 'disco_dartino_flash',
'dependencies' : [
- 'disco_fletch'
+ 'disco_dartino'
],
'actions': [
{
'action_name': 'flash',
'inputs': [
- '<(PRODUCT_DIR)/disco_fletch.bin',
+ '<(PRODUCT_DIR)/disco_dartino.bin',
],
'outputs': [
'dummy',
@@ -265,7 +265,7 @@
'action': [
'<(DEPTH)/tools/lk/flash-image.sh',
'--disco',
- '<(PRODUCT_DIR)/disco_fletch.bin',
+ '<(PRODUCT_DIR)/disco_dartino.bin',
],
},
],
« no previous file with comments | « platforms/stm/disco_dartino/cmpctmalloc_test.sh ('k') | platforms/stm/disco_dartino/disco_dartino.ioc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698