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

Unified Diff: platforms/stm/event_handler_test/event_handler_test.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_fletch/update.sh ('k') | platforms/stm/event_handler_test/src/dartino_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/stm/event_handler_test/event_handler_test.gyp
diff --git a/platforms/stm/event_handler_test/event_handler_test.gyp b/platforms/stm/event_handler_test/event_handler_test.gyp
index 7f66c45337f6c98a7215448ae2075c99a3641c12..b8d7a4f85d06c5a26505b98a300aa686c08547b7 100644
--- a/platforms/stm/event_handler_test/event_handler_test.gyp
+++ b/platforms/stm/event_handler_test/event_handler_test.gyp
@@ -40,7 +40,7 @@
'<(PRODUCT_DIR)/event_handler_test_snapshot',
],
'action': [
- '<(PRODUCT_DIR)/../ReleaseX64/fletch',
+ '<(PRODUCT_DIR)/../ReleaseX64/dartino',
'export',
'<(source_path)/test.dart',
'to',
@@ -90,9 +90,9 @@
'target_name': 'libevent_handler_test',
'variables': {
'app_source_path': 'src',
- 'source_path': '../disco_fletch/src',
- 'generated_path': '../disco_fletch/generated',
- 'template_path': '../disco_fletch/template',
+ 'source_path': '../disco_dartino/src',
+ 'generated_path': '../disco_dartino/generated',
+ 'template_path': '../disco_dartino/template',
'common_cflags': [
# Our target will link in the stm files which do have a few warnings.
'-Wno-write-strings',
@@ -117,7 +117,7 @@
'<(source_path)/cmpctmalloc.c',
'<(source_path)/cmpctmalloc.h',
'<(source_path)/freertos.cc',
- '<(app_source_path)/fletch_entry.cc',
+ '<(app_source_path)/dartino_entry.cc',
'<(source_path)/main.cc',
'<(source_path)/page_allocator.cc',
'<(source_path)/page_allocator.h',
@@ -171,7 +171,7 @@
'dependencies': [
'libevent_handler_test',
'event_handler_test_snapshot.o',
- '../../../src/vm/vm.gyp:libfletch',
+ '../../../src/vm/vm.gyp:libdartino',
],
'variables': {
'common_ldflags': [
@@ -179,7 +179,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',
« no previous file with comments | « platforms/stm/disco_fletch/update.sh ('k') | platforms/stm/event_handler_test/src/dartino_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698