Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5dff607

Browse files
y-novikovCommit Bot
authored andcommitted
Roll chromium_revision c8c2c64629..84714fcf81 (796654:799900)
Change log: https://chromium.googlesource.com/chromium/src/+log/c8c2c64629..84714fcf81 Full diff: https://chromium.googlesource.com/chromium/src/+/c8c2c64629..84714fcf81 Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/1130766620..7076d3be06 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/e227df9cd5..855f6eb5b6 * third_party/Python-Markdown: https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/31ac00b010..ad4fc19d61 * third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/0241a1304f..9d4f8005bc * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/7492de9a52..d53accfbd0 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/faabb9a8ea..299e8a2339 * tools/md_browser: https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/7e75775447..60141af360 * tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/89552acb6e..ee1e244813 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c8c2c64629..84714fcf81/DEPS No update to Clang. [email protected], BUG=None Change-Id: Ib0a7b120da430668075b0202456d4c0e170666bf Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2366112 Reviewed-by: Yuly Novikov <[email protected]> Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Yuly Novikov <[email protected]>
1 parent 185d9d0 commit 5dff607

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

DEPS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vars = {
2828
'checkout_angle_internal': False,
2929

3030
# Version of Chromium our Chromium-based DEPS are mirrored from.
31-
'chromium_revision': 'c8c2c646295cebc116b8b8f3f4cdfa48821f22fb',
31+
'chromium_revision': '84714fcf811ee8112eae8b4e1a558d388dc98903',
3232
# We never want to checkout chromium,
3333
# but need a dummy DEPS entry for the autoroller
3434
'dummy_checkout_chromium': False,
@@ -103,7 +103,7 @@ vars = {
103103
deps = {
104104

105105
'build': {
106-
'url': '{chromium_git}/chromium/src/build.git@113076662015f18c72ca5cb5b03517fdf2e7d2a6',
106+
'url': '{chromium_git}/chromium/src/build.git@7076d3be06d6b4749d6b7afd53d31a51b926447e',
107107
'condition': 'not build_with_chromium',
108108
},
109109

@@ -113,7 +113,7 @@ deps = {
113113
},
114114

115115
'testing': {
116-
'url': '{chromium_git}/chromium/src/testing@e227df9cd519af4dcd720c3fb8341060408fdbf4',
116+
'url': '{chromium_git}/chromium/src/testing@855f6eb5b64bbc59b236e1fd06a198827e7c2489',
117117
'condition': 'not build_with_chromium',
118118
},
119119

@@ -177,7 +177,7 @@ deps = {
177177

178178
# libjpeg_turbo is used by glmark2.
179179
'third_party/libjpeg_turbo': {
180-
'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@0241a1304fd183ee24fbdfe6891f18fdedea38f9',
180+
'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@9d4f8005bc6c888e66b00fd00188531ee9bd3344',
181181
'condition': 'not build_with_chromium',
182182
},
183183

@@ -197,7 +197,7 @@ deps = {
197197
},
198198

199199
'third_party/Python-Markdown': {
200-
'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@31ac00b010877151f9440d5ffc7f1437e74169ef',
200+
'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@ad4fc19d612de0a3f6ea19441af703ff5a5223f3',
201201
'condition': 'not build_with_chromium',
202202
},
203203

@@ -264,12 +264,12 @@ deps = {
264264
},
265265

266266
'third_party/zlib': {
267-
'url': '{chromium_git}/chromium/src/third_party/zlib@7492de9a52f656b070f41968e39a6efa603590d5',
267+
'url': '{chromium_git}/chromium/src/third_party/zlib@d53accfbd0382a98ad7378045631866449b5f92e',
268268
'condition': 'not build_with_chromium',
269269
},
270270

271271
'tools/clang': {
272-
'url': '{chromium_git}/chromium/src/tools/clang.git@faabb9a8ea407bb38928800b04a529971d228473',
272+
'url': '{chromium_git}/chromium/src/tools/clang.git@299e8a233942b1978a4c0dbc301f363a6729c4e2',
273273
'condition': 'not build_with_chromium',
274274
},
275275

@@ -285,12 +285,12 @@ deps = {
285285
},
286286

287287
'tools/md_browser': {
288-
'url': '{chromium_git}/chromium/src/tools/md_browser@7e75775447051d4ecb6ab0ca597eda6d809a2963',
288+
'url': '{chromium_git}/chromium/src/tools/md_browser@60141af3603925d99bf3fb22fdfca138416339b1',
289289
'condition': 'not build_with_chromium',
290290
},
291291

292292
'tools/memory': {
293-
'url': '{chromium_git}/chromium/src/tools/memory@89552acb6e60f528fe3c98eac7b445d4c34183ee',
293+
'url': '{chromium_git}/chromium/src/tools/memory@ee1e2448132431e7519c2a72ff612e079f13a9d6',
294294
'condition': 'not build_with_chromium',
295295
},
296296
}

0 commit comments

Comments
 (0)