diff --git a/DEPS b/DEPS index 22b5deddd3..124e3636be 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': 'a91b44f5abe21ea178d8f94ad3f3d7128921d330', + 'chromium_revision': '5f38b3b2db88be3918adf5774068a05cd17a463f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': '2cf3aa8e54dbe385c6d1ba4e2b885801d1031bba', + 'catapult_revision': '09537e93fddd868ee04a8e2a8a665a12c21de3fa', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,9 @@ 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' + '@' + '8b2c4e954e780da217df752ea47d36657e62c362', + Var('chromium_git') + '/chromium/src/base' + '@' + '309ae7a414d22aadc8e66001ac91afd65bd53182', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '7e01dbc7c76dd41946047cde374c49b583596944', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e2b44987024348ddbde6ddfc55bbb9e823c62531', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'da1aa427f794f17e30c3af9cff8fd666178d601b', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b8852215cc8b2beb6801e98a2a54cfab946cd624', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4879bc6e499921727ccebbc036f735adbe7a3512', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a1a9bbef13edfc2828dd63ca3d68abc0ef4284fe', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ac066d751ecb05d577d8cedf38eef380e8814c0c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '3e9c5c562241444c738343b928b5456ffdf8d0e4', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '370d193c8e46d8ff67d9581afb639c095cc7ded4', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '1b52d87ab5367886500c91a92cf310d5aa76e284', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '323192bbee31f2b81e86a8f942019419088dd56a', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fc43c09f516162bcb4623c39998238e2ac967787', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),