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

Unified Diff: tools/clang_update.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/cc_wrapper.py ('k') | tools/create_debian_packages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang_update.py
diff --git a/tools/clang_update.py b/tools/clang_update.py
index f6f4df2d633f3d5e088e260e9b7b5dce7c0e944f..cd7b5c46cad1d930f8fe30e3259fd04033de2bc3 100755
--- a/tools/clang_update.py
+++ b/tools/clang_update.py
@@ -28,8 +28,8 @@ import utils
# Path constants. (All of these should be absolute paths.)
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
-FLETCH_ROOT_DIR = os.path.abspath(os.path.join(THIS_DIR, '..'))
-THIRD_PARTY_DIR = os.path.join(FLETCH_ROOT_DIR, 'third_party')
+DARTINO_ROOT_DIR = os.path.abspath(os.path.join(THIS_DIR, '..'))
+THIRD_PARTY_DIR = os.path.join(DARTINO_ROOT_DIR, 'third_party')
def GetClangDir(system):
return os.path.join(THIRD_PARTY_DIR, 'clang', system)
« no previous file with comments | « tools/cc_wrapper.py ('k') | tools/create_debian_packages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698