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

Unified Diff: tools/Makefile

Issue 1408123011: Use find_depot_tools.py and vs_toolchain.py from chromium/src/build/ (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 2 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/vs_toolchain.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 32f6817cec9ea52cfcdae0edd9f7d175b6c91587..a9963915b2815a1cd9f44bf39fc05c15f966bcab 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -111,7 +111,7 @@ ifeq ($(PLATFORM), win)
# I'm explicitly coding the path.
BUILDPATH = $(DESTDIR)$(PREFIX)/bin:/usr/local/bin:/usr/bin:/bin
SCONS ?= scons.bat
- GIT ?= $(shell python ../build/find_depot_tools.py)/git.bat
+ GIT ?= $(shell python ../../build/find_depot_tools.py)/git.bat
REVISION ?= $(shell $(GIT) rev-parse HEAD | tr -d $$"\r")
PREFIX_NATIVE = $(shell cygpath -m $(PREFIX))
CREATE_REDIRECTORS = ./create_redirectors_cygwin.sh
« no previous file with comments | « build/vs_toolchain.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698