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

Unified Diff: build-windows.ninja

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 | « build.ninja ('k') | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build-windows.ninja
diff --git a/build-windows.ninja b/build-windows.ninja
index d4dfc2aeaee43d61a923ecb60832b02ff6a05089..0fbc8a0d5423479c6b403460fc20ede65a20c498 100644
--- a/build-windows.ninja
+++ b/build-windows.ninja
@@ -6,7 +6,7 @@ rule gyp
command = $
.\tools\gyp-windows.bat --depth=. -Iwindows_targets.gypi $
-Goutput_dir=out $
- --format=ninja fletch.gyp $
+ --format=ninja dartino.gyp $
--no-parallel
build $
@@ -17,7 +17,7 @@ build $
gyp $
common.gypi $
windows_targets.gypi $
- fletch.gyp $
+ dartino.gyp $
version.gyp $
src\double_conversion.gyp $
src\shared\shared.gyp $
« no previous file with comments | « build.ninja ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698