diff --git a/DEPS b/DEPS index 30c2aedc2f..5f017302bd 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2c2aec8ef0ef0ae6d81951b80ce8c45f7674d23e', + 'chromium_revision': '72d8fe0dd3fcaa259c3d034578dc7b6b4ef9bce6', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,15 +33,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' + '@' + '6d855f057492a17ab8531d5fa74d8784ba90b81f', + Var('chromium_git') + '/chromium/src/base' + '@' + '1f504fa0063db2adb8404480f28b694fc385e82b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2b042c14f0b3e159fe4dd86df180aa9bcee61a6d', + Var('chromium_git') + '/chromium/src/build' + '@' + '7e59b44eb6cce24a88adf5dd9485612fd4eb0a97', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4f8f5ece0a7f73bcf065e0878fabb7c0a6f48d13', + Var('chromium_git') + '/chromium/src/testing' + '@' + '78c251f6c16c343195adce9bd4d326dabfd8e602', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '149c7500f3be77734f7c4e284a13f4ea6a3fa0ee', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '22625e4eb8dab95e271851d637770ba54cbd13bd', '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' + '@' + '260ac1d5dd1531f449afadb22349d496b0e49f68', + Var('chromium_git') + '/chromium/src/tools' + '@' + '842d25d3f2e1232101eb437074b3597f403404bd', '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' + '@' + 'e138ea0ef393e1dfca5a54c3714dd912a1c1fac3', + Var('chromium_git') + '/chromium/src/ios' + '@' + '7b25a7f38f497dc55bcb543dd427960b69344a8a', }, 'unix': { 'src/third_party/lss':