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

Unified Diff: default_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 | « dartino.gyp ('k') | embedded.dartino-settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: default_targets.gypi
diff --git a/default_targets.gypi b/default_targets.gypi
index b83b514ac1c7a4bf36ec78e3717f6d44a7d3c6ee..5eaaad4f66ad2ca5b441385acd066c495b86b045 100644
--- a/default_targets.gypi
+++ b/default_targets.gypi
@@ -14,161 +14,161 @@
'configurations': {
'ReleaseIA32': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_ia32' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_ia32' ],
},
'ReleaseIA32IOS': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_ia32', 'fletch_ios_sim',
- 'fletch_clang',
+ 'dartino_base', 'dartino_release', 'dartino_ia32', 'dartino_ios_sim',
+ 'dartino_clang',
],
},
'ReleaseIA32Android': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_ia32' ],
- 'defines': [ 'FLETCH_TARGET_ANDROID' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_ia32' ],
+ 'defines': [ 'DARTINO_TARGET_ANDROID' ],
},
'ReleaseIA32Asan': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_ia32', 'fletch_asan',
+ 'dartino_base', 'dartino_release', 'dartino_ia32', 'dartino_asan',
],
},
'ReleaseX64': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_x64' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_x64' ],
},
'ReleaseX64Asan': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_x64', 'fletch_asan',
+ 'dartino_base', 'dartino_release', 'dartino_x64', 'dartino_asan',
],
},
'ReleaseIA32Clang': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_ia32', 'fletch_clang',
+ 'dartino_base', 'dartino_release', 'dartino_ia32', 'dartino_clang',
],
},
'ReleaseIA32ClangAsan': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_ia32', 'fletch_asan',
- 'fletch_clang',
+ 'dartino_base', 'dartino_release', 'dartino_ia32', 'dartino_asan',
+ 'dartino_clang',
],
},
'ReleaseX64Clang': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_x64', 'fletch_clang',
+ 'dartino_base', 'dartino_release', 'dartino_x64', 'dartino_clang',
],
},
'ReleaseX64ClangAsan': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_x64', 'fletch_asan',
- 'fletch_clang',
+ 'dartino_base', 'dartino_release', 'dartino_x64', 'dartino_asan',
+ 'dartino_clang',
],
},
'ReleaseARM': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_arm' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_arm' ],
},
'ReleaseXARM': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_xarm' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_xarm' ],
},
'ReleaseXARMAndroid': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_xarm'],
- 'defines': [ 'FLETCH_TARGET_ANDROID' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_xarm'],
+ 'defines': [ 'DARTINO_TARGET_ANDROID' ],
},
'ReleaseXARM64': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_xarm64' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_xarm64' ],
},
'DebugIA32': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_ia32', ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_ia32', ],
},
'DebugIA32Android': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_ia32', ],
- 'defines': [ 'FLETCH_TARGET_ANDROID' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_ia32', ],
+ 'defines': [ 'DARTINO_TARGET_ANDROID' ],
},
'DebugIA32Asan': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_ia32', 'fletch_asan',
+ 'dartino_base', 'dartino_debug', 'dartino_ia32', 'dartino_asan',
],
},
'DebugX64': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_x64' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_x64' ],
},
'DebugX64Asan': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_x64', 'fletch_asan',
+ 'dartino_base', 'dartino_debug', 'dartino_x64', 'dartino_asan',
],
},
'DebugIA32Clang': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_ia32', 'fletch_clang',
+ 'dartino_base', 'dartino_debug', 'dartino_ia32', 'dartino_clang',
],
},
'DebugIA32ClangAsan': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_ia32', 'fletch_asan',
- 'fletch_clang',
+ 'dartino_base', 'dartino_debug', 'dartino_ia32', 'dartino_asan',
+ 'dartino_clang',
],
},
'DebugX64Clang': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_x64', 'fletch_clang',
+ 'dartino_base', 'dartino_debug', 'dartino_x64', 'dartino_clang',
],
},
'DebugX64ClangAsan': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_x64', 'fletch_asan',
- 'fletch_clang',
+ 'dartino_base', 'dartino_debug', 'dartino_x64', 'dartino_asan',
+ 'dartino_clang',
],
},
'DebugARM': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_arm' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_arm' ],
},
'DebugXARM': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_xarm' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_xarm' ],
},
'DebugXARMAndroid': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_xarm' ],
- 'defines': [ 'FLETCH_TARGET_ANDROID' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_xarm' ],
+ 'defines': [ 'DARTINO_TARGET_ANDROID' ],
},
'DebugXARM64': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_xarm64' ],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_xarm64' ],
},
# TODO(ajohnsen): Test configuration - to be removed.
'ReleaseIA32DisableLiveCoding': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_ia32',
- 'fletch_disable_live_coding'
+ 'dartino_base', 'dartino_release', 'dartino_ia32',
+ 'dartino_disable_live_coding'
],
},
# TODO(herhut): Test configuration - to be removed.
'ReleaseIA32DisableFFI': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_ia32',
- 'fletch_disable_ffi'
+ 'dartino_base', 'dartino_release', 'dartino_ia32',
+ 'dartino_disable_ffi'
],
},
},
« no previous file with comments | « dartino.gyp ('k') | embedded.dartino-settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698