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

Unified Diff: DEPS

Issue 2164993002: Update linux-syscall-support to 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Remove bogus slash Created 4 years, 5 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 | buildbot/buildbot_standard.py » ('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 730aaab820e33611e1f3a720ef6087c3a848e520..a294aa151c3617d5e7cf0707ffb82093ea17dd31 100644
--- a/DEPS
+++ b/DEPS
@@ -24,7 +24,7 @@ vars = {
# You should now use the roll-dep script in depot_tools to do this update.
"gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87",
"gyp_rev": "c61b0b35c8396bfd59efc6cfc11401d912b0f510",
- "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00",
+ "breakpad_rev": "5f638d532312685548d5033618c8a36f73302d0a",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling build tools
# and whatever else without interference from each other.
@@ -32,7 +32,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lss
# and whatever else without interference from each other.
- 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10',
+ 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
# Separately pinned repositories, update with roll-dep individually.
"third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7",
@@ -51,7 +51,7 @@ vars = {
deps = {
"breakpad":
- Var("chromium_git") + "/external/google-breakpad.git@" +
+ Var("chromium_git") + "/breakpad/breakpad.git@" +
Var("breakpad_rev"),
"buildtools":
Var("chromium_git") + "/chromium/buildtools.git@" +
@@ -81,7 +81,7 @@ deps = {
Var("chromium_git") + "/chromium/src/third_party/libc++-static.git@" +
Var("libcxx_static_rev"),
"third_party/lss":
- Var("chromium_git") + "/external/linux-syscall-support/lss.git@" +
+ Var("chromium_git") + "/linux-syscall-support.git@" +
Var("lss_revision"),
"tools/clang":
Var("chromium_git") + "/chromium/src/tools/clang.git@" + Var("clang_rev"),
« no previous file with comments | « no previous file | buildbot/buildbot_standard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698