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

Unified Diff: mbed_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 | « lk_targets.gypi ('k') | pkg/async_helper/README-dartino.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mbed_targets.gypi
diff --git a/mbed_targets.gypi b/mbed_targets.gypi
index 3fb86c0a54825930d3a089377723f2cc00139c30..ea813b4d5e12d01ebbae2d57a2fe04f3ae13383e 100644
--- a/mbed_targets.gypi
+++ b/mbed_targets.gypi
@@ -15,18 +15,18 @@
'ReleaseMBED': {
'inherit_from': [
- 'fletch_base', 'fletch_release', 'fletch_mbed',
- 'fletch_disable_live_coding', 'fletch_disable_ffi',
- 'fletch_disable_native_processes',
- 'fletch_disable_print_interceptors'],
+ 'dartino_base', 'dartino_release', 'dartino_mbed',
+ 'dartino_disable_live_coding', 'dartino_disable_ffi',
+ 'dartino_disable_native_processes',
+ 'dartino_disable_print_interceptors'],
},
'DebugMBED': {
'inherit_from': [
- 'fletch_base', 'fletch_debug', 'fletch_mbed',
- 'fletch_disable_live_coding', 'fletch_disable_ffi',
- 'fletch_disable_native_processes',
- 'fletch_disable_print_interceptors'],
+ 'dartino_base', 'dartino_debug', 'dartino_mbed',
+ 'dartino_disable_live_coding', 'dartino_disable_ffi',
+ 'dartino_disable_native_processes',
+ 'dartino_disable_print_interceptors'],
},
},
},
« no previous file with comments | « lk_targets.gypi ('k') | pkg/async_helper/README-dartino.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698