diff --git a/DEPS b/DEPS index af115a926d..351ca2fdb2 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '41562d1c4dd2020f00178e708e562894806d16ef', + 'chromium_revision': '00c0761c39564551613694f9fc69e17e5270f1a4', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': 'b4eb70c319cb0f38d1a7764e7d9fb56dc96f8bcf', + 'catapult_revision': '3db1a306cf177f6977aee7ba79d6df325b99d052', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -35,13 +35,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '19738c7e1b4d54d80485221d91246cee6f1a907a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '69186fb73877d9d8102e23e201939ac127553ae3', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd6db91eac080cc789c0ddc1ede3631036feb7fd1', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2c94452e05e8702c3ae65a9', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '40ac92785b25f35c0b343d263ca4b82387262266', + Var('chromium_git') + '/chromium/src/testing' + '@' + '91d34a34188acc37c177caedf9b4ef8b99295728', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1c177e130e2415b41e0ae6208f2f2ce0b6d94f50', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '3ae8e5b5ba085d35f4406b9ae3e758ef5cbe8617', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '3bf858333ba934c1fbc1bf866ab225c13f5f6f80', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e5f084da3183df95bb445e6bd2592ef2deda5b1b', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '80ab23587bdac5c571113616020b9814800c7fcb', + Var('chromium_git') + '/chromium/src/ios' + '@' + '94d3274af1c7764d1047e684c34a33ef45725ac2', }, 'unix': { 'src/third_party/lss':