Commit 4224b3bb by angle-autoroll Committed by Commit Bot

Roll Chromium from 08c265691668 to 1ba024edc1fa (394 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/08c265691668..1ba024edc1fa If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-angle-autoroll Please CC syoussefi@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/cd7202be2f..9efd36f044 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/bdb6d18321..de417f8eec * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/f8517bd629..4668feaaa4 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/dbc6b2dadf..75b1e4b1dd No update to Clang. Bug: None Tbr: syoussefi@google.com Change-Id: Ifb3356151c8ebd9cd232238b8622f8e7fd8e2448 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2430606Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 1677cf14
...@@ -28,7 +28,7 @@ vars = { ...@@ -28,7 +28,7 @@ vars = {
'checkout_angle_internal': False, 'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '08c2656916680221c1ed056131f10a7514abe78c', 'chromium_revision': '1ba024edc1faa5c70cd511641bc1e490b6eef636',
# We never want to checkout chromium, # We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller # but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False, 'dummy_checkout_chromium': False,
...@@ -108,7 +108,7 @@ vars = { ...@@ -108,7 +108,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@cd7202be2fa4b06d165cf30f787f8cda517e6d0c', 'url': '{chromium_git}/chromium/src/build.git@9efd36f044df2e88f554a7303d7ad25e2b174308',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -118,7 +118,7 @@ deps = { ...@@ -118,7 +118,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@bdb6d1832136967c77b250d39b6bf32fdb304d52', 'url': '{chromium_git}/chromium/src/testing@de417f8eec485e3eda18615228b3da58b8988c55',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -274,7 +274,7 @@ deps = { ...@@ -274,7 +274,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@f8517bd62931d7adb9bcefb0cbe3c2ca5cd8862c', 'url': '{chromium_git}/chromium/src/third_party/zlib@4668feaaa47973a6f9d9f9caeb14cd03731854f1',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -314,7 +314,7 @@ deps = { ...@@ -314,7 +314,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@dbc6b2dadffdd12ca0eef39393cdd9840f0d1806', 'url': '{chromium_git}/chromium/src/tools/mb@75b1e4b1dd6255a24d5c956a4cf0e8d1e802fd75',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment