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

Unified Diff: src/tools/flashtool/flashtool.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 | « src/tools/driver/platform_macos.cc ('k') | src/tools/flashtool/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/flashtool/flashtool.gyp
diff --git a/src/tools/flashtool/flashtool.gyp b/src/tools/flashtool/flashtool.gyp
index 188fe3996b25e51f54a531ec1015ea1b226c4ada..0183396da481e74a30ded85a2fd96fc3a8fae2b0 100644
--- a/src/tools/flashtool/flashtool.gyp
+++ b/src/tools/flashtool/flashtool.gyp
@@ -14,8 +14,8 @@
'type': 'executable',
'toolsets': ['target'],
'dependencies': [
- '../../vm/vm.gyp:libfletch',
- '../../vm/vm.gyp:fletch_relocation_library',
+ '../../vm/vm.gyp:libdartino',
+ '../../vm/vm.gyp:dartino_relocation_library',
],
'sources': [
'main.cc',
« no previous file with comments | « src/tools/driver/platform_macos.cc ('k') | src/tools/flashtool/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698