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

Unified Diff: DEPS

Issue 512183004: Add android tools to v8's deps. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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.git ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 9459204f2cb6054d9114dba86c9463bbc610a6ed..d4139c6098545b55536b12c8bdaa211e672f8e6c 100644
--- a/DEPS
+++ b/DEPS
@@ -3,6 +3,8 @@
# all paths in here must match this assumption.
vars = {
+ "chromium_git": "https://chromium.googlesource.com",
+
"chromium_trunk": "https://src.chromium.org/svn/trunk",
"buildtools_revision": "fb782d4369d5ae04f17a2fceef7de5a63e50f07b",
@@ -28,6 +30,11 @@ deps = {
}
deps_os = {
+ "android": {
+ "v8/third_party/android_tools":
+ Var("chromium_git") + "/android_tools.git" + "@" +
+ "31869996507de16812bb53a3d0aaa15cd6194c16",
+ },
"win": {
"v8/third_party/cygwin":
Var("chromium_trunk") + "/deps/third_party/cygwin@66844",
« no previous file with comments | « .DEPS.git ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698