diff --git a/DEPS b/DEPS index 31fc07bd9e..8d0a56c214 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'ffd476b19f33472d40f4c48905561b28f1ca7ab6', + 'chromium_revision': 'b28a8b8dd49651cffa90c5aa24c72f07e30b2fc0', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -34,15 +34,15 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '46dc265b13c5eaf6bd1e692d86db08c3852ff9f7', + Var('chromium_git') + '/chromium/src/base' + '@' + '11cbecba670e5b9135276de348627a4f50cbb9b5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '35afe395a3d07b3ce3b19aacfd3556d2bfad9a25', + Var('chromium_git') + '/chromium/src/build' + '@' + '427c444f50c1ee9e58c936b874b5c309fe75e9fa', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8a1cc3f78ab589fcc75548694748b18a6660e450', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd20f342d4baf6be703a267ee272fa7e9dceaf6b5', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b84d2d7ede572e813573587941377d43d7ee1968', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fb1dd67f60d4f3d4dfc95ff106bdfe2427fddd26', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -77,7 +77,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' + '@' + '105fbaaec1f0281f00f95cd11904595a0407b0d1', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd3c1d52f6c4b356c6e5666ac60e342a3280ff7a8', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -122,7 +122,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'bda863233abc1dab415124df85f7bea459776183', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'bbf9ede97b6308b55a2f859ba98ed2d8feb2c89c', }, 'unix': { 'src/third_party/lss':