From 5d81776a5cb920fed18f51f1e446c3bba4e0092e Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 30 Nov 2018 10:01:50 -0800 Subject: [PATCH] Roll chromium_revision 173a384b25..3546854f59 (612554:612694) Change log: https://chromium.googlesource.com/chromium/src/+log/173a384b25..3546854f59 Full diff: https://chromium.googlesource.com/chromium/src/+/173a384b25..3546854f59 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/606656a8c8..0551460b2b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e066ef73ba..59f4bb0792 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/37600d55e5..0c78d113b3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7d7436a8ed..d387a4a97a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f5c7dc75b2..e31ab38349 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/63d69d7792..1b98245e3c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/dd530811ab..016601cc21 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9404f8909a..476768d37c * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/157bec8a25..0e3e1c4dc4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/173a384b25..3546854f59/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5e563a0c355ef6effebb10a5131160997c7ef288 Reviewed-on: https://webrtc-review.googlesource.com/c/112660 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25861} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 798c8a3b7f..0415ee55ef 100644 --- a/DEPS +++ b/DEPS @@ -7,12 +7,12 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '173a384b25da0e6d07c69789e5f7f65c4b4bf53a', + 'chromium_revision': '3546854f59c9423b3d54284737e489f638b3130d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. - 'swarming_revision': '157bec8a25cc4ebd6a16052510d08b05b6102aad', + 'swarming_revision': '0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -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': '63d69d7792c1ef8f18d8b620ff025de767849514', + 'catapult_revision': '1b98245e3cb73fd67d1e2e50a016f4d2af76dd30', # 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' + '@' + '606656a8c8d6983239ba641c0bf035420fa3d628', + Var('chromium_git') + '/chromium/src/base' + '@' + '0551460b2b184d33eecd299611d6c1bdda7f96aa', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e066ef73ba5b24cf41354d64321f6099c976fb2d', + Var('chromium_git') + '/chromium/src/build' + '@' + '59f4bb0792b999a8561d2a8138d1da82007c7626', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '04161ec8d7c781e4498c699254c69ba0dd959fde', # 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' + '@' + '37600d55e50b945fc37f954b93afd4512efd94e0', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0c78d113b3fd4b6ccb0e2fffb991072a5b678d16', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7d7436a8ed8859df8c63da7de592a15e2f4d19b5', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd387a4a97ace9515944f4bebf7b1a27022028da0', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f5c7dc75b2640eaad29d204d03304342038f125e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e31ab38349acfa56d79f0ad942280b251597c5ed', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -107,7 +107,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' + '@' + 'dd530811aba99d0ae85136dbd01bcf81ce3e3b5f', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '016601cc21469a272315d694a9add19e0b68328c', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -225,7 +225,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' + '@' + '9404f8909a9b00760b55c5009788a78f73d7ef51', + Var('chromium_git') + '/chromium/src/tools' + '@' + '476768d37cb0e08746ade850e68a2b4394a64896', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),