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

Unified Diff: tools/vs_dependency/vs_toolchain.py

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/README.google ('k') | windows_targets.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vs_dependency/vs_toolchain.py
diff --git a/tools/vs_dependency/vs_toolchain.py b/tools/vs_dependency/vs_toolchain.py
index 73a88f2fc8981e1ca35a3c6e794e2db18f9e2d58..4978237f015102eead360f68134bd0c63827ec3c 100644
--- a/tools/vs_dependency/vs_toolchain.py
+++ b/tools/vs_dependency/vs_toolchain.py
@@ -12,9 +12,9 @@ import sys
script_dir = os.path.dirname(os.path.realpath(__file__))
-fletch_src = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
+dartino_src = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
-sys.path.insert(0, os.path.join(fletch_src, 'third_party', 'gyp', 'pylib'))
+sys.path.insert(0, os.path.join(dartino_src, 'third_party', 'gyp', 'pylib'))
json_data_file = os.path.join(script_dir, 'win_toolchain.json')
« no previous file with comments | « tools/vs_dependency/README.google ('k') | windows_targets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698