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

Unified Diff: DEPS

Issue 2379743002: [build] Roll buildtools 86f7e41d94..5fd66957f0 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 3 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 | 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 0f2ae38398159853b4b280c222ddc8dcbcf1e781..2867e5b12ff9c067403e5af37bab1672aa185928 100644
--- a/DEPS
+++ b/DEPS
@@ -16,7 +16,7 @@ deps = {
"v8/third_party/instrumented_libraries":
Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "45f5814b1543e41ea0be54c771e3840ea52cca4a",
"v8/buildtools":
- Var("chromium_url") + "/chromium/buildtools.git" + "@" + "86f7e41d9424b9d8faf66c601b129855217f9a08",
+ Var("chromium_url") + "/chromium/buildtools.git" + "@" + "5fd66957f08bb752dca714a591c84587c9d70762",
"v8/base/trace_event/common":
Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "6232c13e4edb36c84c61653fdae5a4afb5af9745",
"v8/third_party/WebKit/Source/platform/inspector_protocol":
@@ -55,7 +55,10 @@ deps_os = {
}
}
-recursedeps = [ 'v8/third_party/android_tools' ]
+recursedeps = [
+ "v8/buildtools",
+ "v8/third_party/android_tools",
+]
include_rules = [
# Everybody can use some things.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698