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

Unified Diff: windows_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 | « tools/vs_dependency/vs_toolchain.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: windows_targets.gypi
diff --git a/windows_targets.gypi b/windows_targets.gypi
index 50941858bc2834f7fadd1701101b04c557c12694..bffc4dfc6cacdf0bdd73955c55baa0834e0423ad 100644
--- a/windows_targets.gypi
+++ b/windows_targets.gypi
@@ -14,11 +14,11 @@
'configurations': {
'ReleaseIA32': {
- 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_ia32'],
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_ia32'],
},
'DebugIA32': {
- 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_ia32'],
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_ia32'],
},
},
},
« no previous file with comments | « tools/vs_dependency/vs_toolchain.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698