diff --git a/DEPS b/DEPS index 45103d3c9b..2cd163ccd0 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': '2426e7fc0b5fe947a5df168c21de357cb9bed7c1', + 'chromium_revision': 'ddcdefdb64ce869b4c7e7cacc43869b854e98837', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -20,7 +20,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '0c9c1aad352235db1be3bf05e769c97fcc215112', + 'boringssl_revision': '02e6256b16b54319b1c01d4133ca3317e82b2dbb', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -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': '788d0fd19737ac55103321922dce69153a46999a', + 'catapult_revision': 'a586b0072a208470e55680d2d6f097e5b7c674ff', # 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,9 +38,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' + '@' + 'b7ff06e853149abf90ed7e162df3ace530866905', + Var('chromium_git') + '/chromium/src/base' + '@' + '8d395a80b34b4a4b6e0ae5ec198a0b97e1f0c14b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '581638c8960ca12c0f16d618a395ff0543c220a2', + Var('chromium_git') + '/chromium/src/build' + '@' + 'da456f3bde8f1af592dbf353c9ecb025be9705f3', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1be57dc4c2c68fa564ee258a3af0cf8003007edf', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f2761f84fe099364b1ec2058c9b36a39b658c2bc', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '64eb93956dfd15eab71209c804b8ba6201824d8d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8ee1e00e7e75640a86000e8bcb981c1e77206222', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7aa8cb3d202125225b78fc9e282e9e9276112821', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6f0f178f9b02c1829f44c0e17c51d95f59df7861', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b2fca37f9d93d8880338fd3eb8c98b0b87fa94cf', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -76,9 +76,9 @@ 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' + '@' + 'aac382b3b65d5a2805c6467e1d9b359625569f91', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9b5cb92fa457c8f61a058c6584c3bec233088c3b', 'src/third_party/errorprone/lib': { - 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '635c410fc42614b48518ae6818105bc83af88497', + 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0fce89415c910ed2196f4bddf601ffddd90504fa', 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': @@ -113,7 +113,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + '14dbdd95e686eafbe556c154c9e0bd76fe1d2d1a', + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'a2127236ae4742f329e5571d76b84de08cd3b8ea', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'd94a4867bf8be91e4c0fa8b7a4133ba060fe524f', 'src/third_party/lss': { @@ -155,7 +155,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' + '@' + 'f2bc775d15e48831e1ec30cc2c5d2fc883ddbaa4', + Var('chromium_git') + '/chromium/src/tools' + '@' + '306bdd9fd34c5626d9b3f9bdb8e7259ed659fd18', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':