From 9a64cb27dd80d46251e325e561ed5d5898e404c0 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 10 Dec 2018 13:01:11 -0800 Subject: [PATCH] Roll chromium_revision a1b00bf181..aec72e9e9c (615131:615246) Change log: https://chromium.googlesource.com/chromium/src/+log/a1b00bf181..aec72e9e9c Full diff: https://chromium.googlesource.com/chromium/src/+/a1b00bf181..aec72e9e9c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8c3af8e007..8c9b9a4326 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ecbe604a3e..14e93be10a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cec98241cd..c1c1b066e7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7b62c5ca33..e2a1fb712f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f940a9f72e..95bddd1e6e * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e09a3df387..60a61e85fe * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/03ee2d6190..ec40d02c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/17f767ddbb..a2fbc72df3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a1b00bf181..aec72e9e9c/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I2dc1337ed2a1018b6bdfa2527da98c1e73c2dc35 Reviewed-on: https://webrtc-review.googlesource.com/c/113820 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25958} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index b31c6a4061..221e366df8 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': 'a1b00bf181dd7ee4a636cc3e1f678e99223f5466', + 'chromium_revision': 'aec72e9e9c13bdc488f11e7b165c73270fd40b6f', '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': 'e09a3df387b3ffd12e1ef8e9ad529b8e4577c118', + 'catapult_revision': '60a61e85fed1aa7856f9dda3fe3983b6634404ad', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,9 +46,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' + '@' + '8c3af8e007a3aa56d6c5e7ee31ce284c3a9fe21c', + Var('chromium_git') + '/chromium/src/base' + '@' + '8c9b9a432685b7a92a5b57d0e631fed47cd1ab40', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ecbe604a3ea2f747db9a48e3c30fa00f1bec81d8', + Var('chromium_git') + '/chromium/src/build' + '@' + '14e93be10a71ea19a99a88df1e8d8ce51d9c9034', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # 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' + '@' + 'cec98241cd82bf73deb2b523a161cec89a1f9af8', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c1c1b066e752e44e89c47113f8cf92dc9204c424', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7b62c5ca33c2262988e6f67006339d8ab87f2c19', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e2a1fb712fbba57772d15a0f6971054c907d43c5', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f940a9f72e7d8888d91d69d3f6080f3bb0dca133', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '95bddd1e6e8f1d51d229fd71adec0e295198c1fd', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,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' + '@' + '03ee2d619043c4bacf6b17c4d5cfb3cd607026be', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ec40d02c8a16c9bc03a8eddddb71979244f5f1fd', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + '17f767ddbbb28dd67a160f150716316c9ac07044', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a2fbc72df305b7751c3ff6774f7f6f20206bd308', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),