diff --git a/DEPS b/DEPS index 7db8aa7611..4f7a7270c9 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': 'eb285d38cee06746e129bd0a661093ace2ed921a', + 'chromium_revision': 'd0421b0f77aad37c5bace0cf3081f64cf496e457', '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': 'b1764295677303c32cf6ca296bb4e50c49f1dba6', + 'catapult_revision': '296e7c3a900bec6123d48cda8436a31b382d0ffe', # 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' + '@' + '9b35dba8364936ba052588ebdd5a8a02622405c8', + Var('chromium_git') + '/chromium/src/base' + '@' + '050c9d764fd515183ae896218e1fdf87b772b92a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '17db7d44c4e470d51654dd6c73baaceb057868ee', + Var('chromium_git') + '/chromium/src/build' + '@' + '6f1e57235112e39454fd6f2c29ca04eb39fcbbd2', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09', # 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' + '@' + 'cba620fc5a085274cbe551579a255330eefb8e3c', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '29761e432f296bfa5d54dea16b806fce1448b69e', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3f5ab109a01c7098744adf9141629d6958e03390', + Var('chromium_git') + '/chromium/src/testing' + '@' + '677644b37f685dc6039af9d939ac7f4654affd7a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '82a6a2cea485d65c846e64769949cc294ec4a7cf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0956c3796bdb379368d7a389f237eb2732ac297b', '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' + '@' + '66c23290b161cabaa30201acbded76577fede1b4', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0bb8708955c1161f932e6ae62ff631b686618548', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':