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

Unified Diff: Makefile

Issue 308353002: Add dependency on buildtools repo (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index cad7beb2fb30b22983b8afb5198f6b2a8a9abbd9..a90177bb990bda04c0fca29e2b502137571266ad 100644
--- a/Makefile
+++ b/Makefile
@@ -468,3 +468,8 @@ dependencies:
svn checkout --force \
https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
third_party/icu --revision 258359
+ ( cd buildtools || \
+ git clone https://chromium.googlesource.com/chromium/buildtools.git; \
+ cd buildtools; \
+ git fetch origin; \
+ git checkout 83ed7189066fd9b4b9ea15ffc2d4ab6d2da62571 )
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698