From dfc8840639ae2453cbce694d45ec04ac70aba9c2 Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Thu, 14 Sep 2017 15:54:51 -0700 Subject: [PATCH] Roll chromium_revision e0c00467d6..3a3410e0eb (501048:502042) Change log: https://chromium.googlesource.com/chromium/src/+log/e0c00467d6..3a3410e0eb Full diff: https://chromium.googlesource.com/chromium/src/+/e0c00467d6..3a3410e0eb Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7b6dbc8d1f..b120cdc8d8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d78169a36f..800cde0e9e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/32847e75d6..a4c7e58966 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/52eccfe830..8ca56a609f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/726415ed49..5d202b9b7d * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/99ec818780..1a2a373481 * src/third_party/ced/src: https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git/+log/910cca22d8..94c367a1fe * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f3bc46f72e..9069575d37 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e0c00467d6..3a3410e0eb/DEPS No update to Clang. purpose of the roll is to fix a gcc build error with g++14 option. TBR=kjellander@chromium.org BUG=libyuv:734 TEST=try bots pass. Change-Id: Ifad9fecf0b62ca4f06f918e96fc9734173aefd02 Reviewed-on: https://chromium-review.googlesource.com/667970 Reviewed-by: Frank Barchard --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 675310895..852735e2c 100644 --- a/DEPS +++ b/DEPS @@ -1,6 +1,6 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e0c00467d673f5f21d2d87cb0df06a8efcfcf13e', + 'chromium_revision': '3a3410e0eb66727afa4f2557954ecfbd9b230c83', 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss @@ -9,18 +9,18 @@ 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': '99ec8187805e3ab807dac86c1ef0a1b07be9d1a6', + 'catapult_revision': '1a2a373481ce2376a7c2719802e1dbb6d0d83c6b', } deps = { 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'd78169a36fae088dc0ac8ac805d668b093878d63', + Var('chromium_git') + '/chromium/src/build' + '@' + '800cde0e9ec6dfb73e64d33f28d3858fdeea63b9', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cbc33b9c0a9d1bb913895a4319a742c504a2d541', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '52eccfe83011b6f1d28bac33aae7865f2c9b7739', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8ca56a609f13dfd7808d48162338c4d8c7ce8997', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '726415ed492e29f8080d6be216a69b7b286e0836', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5d202b9b7d090b8e92a3832a5257e8b94a44e1c9', 'src/third_party/catapult': Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + Var('catapult_revision'), 'src/third_party/colorama/src': @@ -32,7 +32,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' + '@' + 'f3bc46f72e389006cd93987c5aa13592835fcad8', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9069575d376649d4cfcec7333ba05315a8f7dd29', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -50,11 +50,11 @@ deps = { deps_os = { 'android': { 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '7b6dbc8d1f406c5105c533df752cd34ed86e2844', + Var('chromium_git') + '/chromium/src/base' + '@' + 'b120cdc8d849a20eb32129a7e8c02fb8491f3149', 'src/third_party/android_tools': Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0afe4e3060bc1a15fad7', 'src/third_party/ced/src': - Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '910cca22d881b02cbc8950fa02ccbcdcfb782456', + Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', 'src/third_party/icu': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7f9c941728bb833529ba3c6', 'src/third_party/jsr-305/src': @@ -74,7 +74,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '32847e75d676862291d205f4b503cba7f3249a70', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'a4c7e589665f97e9900ee806bd8afa34b7e21d11', }, 'unix': { 'src/third_party/lss':