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

Unified Diff: 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 | « common.gypi ('k') | default_targets.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dartino.gyp
diff --git a/fletch.gyp b/dartino.gyp
similarity index 91%
rename from fletch.gyp
rename to dartino.gyp
index 9cb818ee8ec4f944447e81c659970075685b9e1f..356fdf32757bcc419db5c1b1c029e0cd16ae099c 100644
--- a/fletch.gyp
+++ b/dartino.gyp
@@ -5,10 +5,10 @@
{
'targets': [
{
- 'target_name': 'fletch-vm',
+ 'target_name': 'dartino-vm',
'type': 'none',
'dependencies': [
- 'src/vm/vm.gyp:fletch-vm',
+ 'src/vm/vm.gyp:dartino-vm',
],
},
{
@@ -58,12 +58,12 @@
],
},
{
- 'target_name': 'toplevel_fletch',
+ 'target_name': 'toplevel_dartino',
'type': 'none',
'toolsets': ['target'],
'dependencies': [
- 'src/tools/driver/driver.gyp:fletch',
- 'src/tools/driver/driver.gyp:fletch_for_sdk',
+ 'src/tools/driver/driver.gyp:dartino',
+ 'src/tools/driver/driver.gyp:dartino_for_sdk',
'copy_dart#host',
],
},
« no previous file with comments | « common.gypi ('k') | default_targets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698