diff --git a/DEPS b/DEPS index 1085935e52..902a3b915e 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': '163641576c99ccaff013d589044f2c31bfdae6cd', + 'chromium_revision': '02de71e34e40e8d3dbd28321e0f97cec211eddf4', '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': 'fa0f0f2dd7e9ee09a5bed38bba060750d92c2ef2', + 'catapult_revision': '2a467ca516e12b535f7d29d505fb1104f793faed', # 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' + '@' + 'e9b524587a3fbe44631bf353e2f55f38d0a3e291', + Var('chromium_git') + '/chromium/src/base' + '@' + '0f2a39f9e00b9796d8531c18a2f69de6b08518ef', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '4410b727d4c0a8b570dabba3f8e7610a3dd1f4a6', + Var('chromium_git') + '/chromium/src/build' + '@' + '50e38613716119af29b8da479fcf276e00406168', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # 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' + '@' + '4fdd9e6ddacea81183ec23b6f94a79ade26ee452', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1ac481cd0d495b32817571f31a4254b080ea401a', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'f0027c8059a19d3f03966e995512b7fd4a664186', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3f6c9f2075ebca204c7c3813dd335cdef5a61c61', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c40e5dfa58f34afa05c31d84e351eab4651ed81', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', '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' + '@' + 'b34742185b2dc7ea17f8b0e6a815725f2c47b83a', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b5a4beaa2650566a6d376c5f58e420fae7bd0989', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':