diff --git a/DEPS b/DEPS index 0e9bf07332..c219ba16c7 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '5ab60ca7a83ac37c212f598fe8948596f8990c10', + 'chromium_revision': '242dbc9f7b63cd54f90d3559cc08040198f7a9c8', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': 'a1303e46889b22580cbf6129a01fd1c1c094b4f3', + 'catapult_revision': 'e6e84629dbe593096a7771373de2f33bfb9d2902', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,7 +38,7 @@ 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' + '@' + '9fa07591d3e085a0d3bcc4fdbc82f36bdccb2b2c', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c56936b5975629aeb0d81e07ac871f6a66424451', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '7e86dc487bc8db054fbdda4638fba0281d88a5bf', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fdc2a4c5f0f82536d5b4813f8a2da15d2e3c8612', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '25470f375923d476bae3dd0585da6c5e91d1dd59', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'bfe88a29a95239a068fa943251188d55e7364f3f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0d35757b9ebb7153315d135e81d7ad14e0f067e0', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9edc1a22209e0e98c77754f7e1bfd716dd36a65c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'afca687501061ac58b04199a0bad1ca4329bc640', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -159,7 +159,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'c1a9e22c0414434265fc02335159aac914d4fc92', + Var('chromium_git') + '/chromium/src/tools' + '@' + '495b0aeb1c1c43c32fd6224f86a31501ade1cac3', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':