From 257cb101d55ae9b7b85c97bf930767e93c8083ae Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 21 Feb 2018 07:44:21 -0800 Subject: [PATCH] Roll chromium_revision 04f0f4c72d..2c98648a24 (538005:538114) Change log: https://chromium.googlesource.com/chromium/src/+log/04f0f4c72d..2c98648a24 Full diff: https://chromium.googlesource.com/chromium/src/+/04f0f4c72d..2c98648a24 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2c52393dbb..ed313e8c6c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3206b7c200..b734510a01 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6e7b0ea24b..d48cc0d3d6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e714243ecd..7e6cab0619 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fe2878325d..bcdd2c72a7 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7ae2122b3b..6a7c1ed24c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64e33cba17..b422e687a5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c0a89da0b2..22c4d769bf DEPS diff: https://chromium.googlesource.com/chromium/src/+/04f0f4c72d..2c98648a24/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I62b96b13998db9181c44e44f03c97164bb7f7639 Reviewed-on: https://webrtc-review.googlesource.com/56160 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22134} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 28cdddac9f..5646bd2cff 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': '04f0f4c72d765ccc8059a84b6bcd0e96b62888cb', + 'chromium_revision': '2c98648a24e726feb8e4c6e714ec730dbd125286', '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': '7ae2122b3b38635538ce96564b18736a5f5799e8', + 'catapult_revision': '6a7c1ed24c1a750c1dc34546e00b7d83f261df72', # 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' + '@' + '2c52393dbbb7c9555b13a9ca8707048e9597a3ea', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ed313e8c6c1598a243c9a51b0aefcf20c1b99c6d', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3206b7c2000d71cd4765f15ec533ab90082cb54f', + Var('chromium_git') + '/chromium/src/build' + '@' + 'b734510a010d4ef1862b40c84b97b9c1d72b4c45', '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' + '@' + '6e7b0ea24bd83a62553a0b0d56e4da02c20b3e30', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd48cc0d3d6a55df504eb81de68851b4819beff19', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e714243ecd8ba38ffc442059592197f00dfa3f7c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7e6cab0619a58b53efb62ed33660d22624047aaa', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fe2878325d40b15c4b26886701c971251588519c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bcdd2c72a762a7584029570d0e2fcf808b166142', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -80,7 +80,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' + '@' + '64e33cba179461490f51e7f1fed2caecdc097014', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b422e687a5b098a3284ffa754bac7f945019663f', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', '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' + '@' + 'c0a89da0b2e84b4b3d794dbb5eb5396d3b490b98', + Var('chromium_git') + '/chromium/src/tools' + '@' + '22c4d769bf1e5e99969959a60c791ee4fad81175', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':