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

Unified Diff: DEPS

Issue 2040913002: [build] Roll android_tools to 04c2c06 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | gypfiles/standalone.gypi » ('j') | 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 1b684abd292a1b52cec832793dc34910a41aea99..10adf64d16d97b89c1e168af3c514dc2cd3c5ee6 100644
--- a/DEPS
+++ b/DEPS
@@ -37,7 +37,7 @@ deps = {
deps_os = {
"android": {
"v8/third_party/android_tools":
- Var("git_url") + "/android_tools.git" + "@" + "5b5f2f60b78198eaef25d442ac60f823142a8a6e",
+ Var("git_url") + "/android_tools.git" + "@" + "04c2c06fe3ef3d93343feb6e83cd932725740d7f",
},
"win": {
"v8/third_party/cygwin":
@@ -45,6 +45,8 @@ deps_os = {
}
}
Michael Achenbach 2016/06/06 07:42:17 The auto-roller is blocked on the missing recursio
+recursedeps = [ 'v8/third_party/android_tools' ]
+
include_rules = [
# Everybody can use some things.
"+include",
« no previous file with comments | « no previous file | gypfiles/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698