From 07316a6120192ec6996102465fc6cad9e1c9d52d Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 4 Mar 2019 18:00:59 -0800 Subject: [PATCH] Roll chromium_revision 4229a4b64d..5fe3fd14f6 (637436:637538) Change log: https://chromium.googlesource.com/chromium/src/+log/4229a4b64d..5fe3fd14f6 Full diff: https://chromium.googlesource.com/chromium/src/+/4229a4b64d..5fe3fd14f6 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/dd05c7feb0..80892bfe01 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5de32a3c11..4cd6331572 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6359216acf..96df2c18bc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4d043504d2..ec0e5afa95 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7ad2d7992c..8949933bd5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8f418985f1..cf661acb70 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/20caf93c4f..70796a75fa DEPS diff: https://chromium.googlesource.com/chromium/src/+/4229a4b64d..5fe3fd14f6/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ieb5f99a4c1b7e96f75a7e2392640b522dee611be Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125580 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26961} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 113e56d784..363920edec 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': '4229a4b64d6aefedf3754f0fa25813b408e82e29', + 'chromium_revision': '5fe3fd14f6f3663130221fef49d798bea9fba804', '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': '7ad2d7992c7ec3a184a84e8faa97cd8492e2b928', + 'catapult_revision': '8949933bd5aa9673b2938d1c0305a3db4d2b17b5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -48,7 +48,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '315ad40d90b614bb6993fdca73053be982927bff', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'dd05c7feb034b310109e2714059b3601f7970646', + Var('chromium_git') + '/chromium/src/build' + '@' + '80892bfe019dc854c6acdbfbb7304cca63986d4f', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3e50219fc4503f461b2176a9976891b28d80f9ab', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5de32a3c118d11cbd1e06443bd60b5cb4768f026', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4cd6331572b5cdf153242675c7db1fa4ba596131', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6359216acfb9e85c76c88be3d96c918a0c1339f8', + Var('chromium_git') + '/chromium/src/testing' + '@' + '96df2c18bcaac8903b3d7c75b2a73ea7ace90b1d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4d043504d20fa00fb5a17c708e1e58901c662ad3', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ec0e5afa9583012dfa7f9e5a45c115ae1b0e663c', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -121,7 +121,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' + '@' + '8f418985f120f1c3a0ad4f1697ffa4b846b06307', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cf661acb705fccc302901a1f8a251ad43ce2dd62', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -239,7 +239,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' + '@' + '20caf93c4f9c9c5280fa541e78146897a98af08a', + Var('chromium_git') + '/chromium/src/tools' + '@' + '70796a75fa04edaa48f89c13224c1b9435f76bc4', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),