From 7abc9a07d774576e98fa8f00e75f17b6e5d83d2b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 28 Mar 2018 13:46:09 -0700 Subject: [PATCH] Roll chromium_revision a91837ee53..b73c062f19 (546483:546590) Change log: https://chromium.googlesource.com/chromium/src/+log/a91837ee53..b73c062f19 Full diff: https://chromium.googlesource.com/chromium/src/+/a91837ee53..b73c062f19 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fbaca3051f..a728bb288b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0adb9aaf4a..59b38ab6ea * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/dc8c741614..42e2a58bcc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f480ea95b6..133f43c8c1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b05ef75942..eba98bbeee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ee08c7a421..10232e9c96 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/96fc33383b..6c24d37fe9 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2ac3b8c229..e830733dfa DEPS diff: https://chromium.googlesource.com/chromium/src/+/a91837ee53..b73c062f19/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8d8a7f502b47b93fc4539039642314496405a3a2 Reviewed-on: https://webrtc-review.googlesource.com/65321 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22663} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 1679433517..3a30ee3702 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': 'a91837ee530b963d208e9f08f5a657e649a5323e', + 'chromium_revision': 'b73c062f19bf41d9f50c405302b9bdfe419b554d', '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': 'ee08c7a421eb5d7e3a1ea96f490e0a1fdb310c6a', + 'catapult_revision': '10232e9c96f4aa6faa53ae3abb29b190d2582aa6', # 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' + '@' + 'fbaca3051f2601c6912fbda080081123083c7a95', + Var('chromium_git') + '/chromium/src/base' + '@' + 'a728bb288bc569da3c678dac38c79631d3e041ed', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '0adb9aaf4ab74ea831b52b0b02b5d505b0708957', + Var('chromium_git') + '/chromium/src/build' + '@' + '59b38ab6ea6eb6d63eac7b329c25f8ad761187ef', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # 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' + '@' + 'dc8c7416147ddf676bc05c54846316cf145d60f6', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '42e2a58bcc8f5f3ebe826753ab8c53cffa33db99', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f480ea95b6554011ffda5f25b0bdc0ffac250907', + Var('chromium_git') + '/chromium/src/testing' + '@' + '133f43c8c142c3c8ae805ec705784acd2bca94c7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b05ef75942350fa41d708be543fee27addbc60f6', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'eba98bbeeefda8949f4e906748c6a801fc364914', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', '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' + '@' + '96fc33383b6d11e2c21cad26d131873ea67fb1ad', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '6c24d37fe9e9650a9c42fa7796cf443d2f2deb1f', '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' + '@' + '2ac3b8c2294c2704c84b1317caec454f25e0602b', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e830733dfab6e721629f0c5b3adca381545b8e39', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':