From 5f0ce99c04eb18313dd24b3dc31cc6246496d6d5 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 8 Aug 2018 07:45:48 -0700 Subject: [PATCH] Roll chromium_revision 474eca0589..46dc99a535 (581204:581557) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change log: https://chromium.googlesource.com/chromium/src/+log/474eca0589..46dc99a535 Full diff: https://chromium.googlesource.com/chromium/src/+/474eca0589..46dc99a535 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8385797d0c..87f482e620 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f24ca38e53..fc78dd3a5b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/037c6dcb8c..5788815182 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/75bb85f253..20ed680d2f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/51ecceccb2..a3f74eae3b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3cb00fbd56..9aa552b157 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2ebf9fdade..dd5051fa52 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f01fd4bf32..d6e9edbf64 DEPS diff: https://chromium.googlesource.com/chromium/src/+/474eca0589..46dc99a535/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None Change-Id: I5e112aa2b21f0d895488d88c7fc793cd91be8ec2 Reviewed-on: https://webrtc-review.googlesource.com/93043 Commit-Queue: Patrik Höglund Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24236} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 5c551f4c3c..32b3de7d63 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': '474eca05898d2524072c2e3d962a866ddcfe37fc', + 'chromium_revision': '46dc99a535e2fe9935ac5338b4e28e134dd558c3', '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': '3cb00fbd56816b13ff51170a811a5a2938b32750', + 'catapult_revision': '9aa552b15750a6d530b34009589ad5d9b4d4ec83', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + '8385797d0c060538c927d0e494343450581dd886', + Var('chromium_git') + '/chromium/src/base' + '@' + '87f482e62077d9806dc257b16fed3cb152cda75e', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f24ca38e53b27d76a8931fa14a734b953c3267be', + Var('chromium_git') + '/chromium/src/build' + '@' + 'fc78dd3a5b88a3efacd402837bca57a45b894413', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a90d9aaadeb5e04327ed05775f45132e4b3523f', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '037c6dcb8ce4e2bdd4df24a0fd4658ac6500218f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '578881518272ed2550ccc3bcdd7f65dc4522734d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '75bb85f2534e440d062b69364a2855184061b477', + Var('chromium_git') + '/chromium/src/testing' + '@' + '20ed680d2fb24039f83c4e0b5732e88b4f2b9692', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '51ecceccb23c175c22ba5bad15a79c32b566c46e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a3f74eae3b4f3dee73c1cd0edc655abd2ca968a6', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + '2ebf9fdade33fa727490ed8593c3175bf60ab915', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'dd5051fa529e0935fe279279d39cb00cbf856c14', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + 'f01fd4bf326f2c99c08a3ef19f201b73a2cbc87b', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd6e9edbf644f760d301c48934cd10d1e5052c639', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),