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

Unified Diff: lk_targets.gypi

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 | « lib/typed_data/typed_data_patch.dart ('k') | mbed_targets.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lk_targets.gypi
diff --git a/lk_targets.gypi b/lk_targets.gypi
index f6ad0a2a0418a603a0409c99770cb090293890f4..9bbcd1914f855e31ad35465141bcb03c46b34b8c 100644
--- a/lk_targets.gypi
+++ b/lk_targets.gypi
@@ -10,7 +10,7 @@
],
'variables': {
- 'LK_PROJECT%': 'qemu-virt-fletch',
+ 'LK_PROJECT%': 'qemu-virt-dartino',
'LK_CPU%': 'cortex-a15',
},
@@ -19,10 +19,10 @@
'configurations': {
- 'fletch_lk_flags': {
+ 'dartino_lk_flags': {
'abstract': 1,
- 'inherit_from': ['fletch_lk'],
+ 'inherit_from': ['dartino_lk'],
'target_conditions': [
['_toolset=="target"', {
@@ -37,35 +37,35 @@
'DebugLK': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_lk_flags',
- 'fletch_disable_live_coding',
- 'fletch_disable_native_processes',
- 'fletch_disable_print_interceptors',
+ 'dartino_base', 'dartino_debug', 'dartino_lk_flags',
+ 'dartino_disable_live_coding',
+ 'dartino_disable_native_processes',
+ 'dartino_disable_print_interceptors',
],
},
'ReleaseLK': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_lk_flags',
- 'fletch_disable_live_coding',
- 'fletch_disable_native_processes',
- 'fletch_disable_print_interceptors',
+ 'dartino_base', 'dartino_release', 'dartino_lk_flags',
+ 'dartino_disable_live_coding',
+ 'dartino_disable_native_processes',
+ 'dartino_disable_print_interceptors',
],
},
'DebugLKFull': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_lk_flags',
- 'fletch_disable_native_processes',
- 'fletch_disable_print_interceptors',
+ 'dartino_base', 'dartino_debug', 'dartino_lk_flags',
+ 'dartino_disable_native_processes',
+ 'dartino_disable_print_interceptors',
],
},
'ReleaseLKFull': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_lk_flags',
- 'fletch_disable_native_processes',
- 'fletch_disable_print_interceptors',
+ 'dartino_base', 'dartino_release', 'dartino_lk_flags',
+ 'dartino_disable_native_processes',
+ 'dartino_disable_print_interceptors',
],
},
},
« no previous file with comments | « lib/typed_data/typed_data_patch.dart ('k') | mbed_targets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698