Skip to content

Commit 88fc063

Browse files
AutorollerCommit Bot
Autoroller
authored and
Commit Bot
committed
Roll chromium_revision 690394a8a7..5edb31a0cd (582511:582911)
Change log: https://chromium.googlesource.com/chromium/src/+log/690394a8a7..5edb31a0cd Full diff: https://chromium.googlesource.com/chromium/src/+/690394a8a7..5edb31a0cd Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fe1611262d..94235ec304 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ddcfe1a1c6..188e8c57a7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8bce498aae..9df813679a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b07830f690..91f6974c3d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ddc6e6fdb5..0ab32a0a7d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/21cd5a3096..193e933801 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/578bcf103a..96b5e50090 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/fc2345089a..368abd6bb3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/6fd9d0244c..b8642738c9 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/957e87c052..360e3c21b5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/690394a8a7..5edb31a0cd/DEPS No update to Clang. [email protected],[email protected], BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: Icadf789b48de45dc716632aec5b3905e8528f45e Reviewed-on: https://webrtc-review.googlesource.com/94180 Reviewed-by: WebRTC Buildbot <[email protected]> Commit-Queue: WebRTC Buildbot <[email protected]> Cr-Commit-Position: refs/heads/master@{#24278}
1 parent 948b7e3 commit 88fc063

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DEPS

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vars = {
77
'checkout_configuration': 'default',
88
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
99
'webrtc_git': 'https://webrtc.googlesource.com',
10-
'chromium_revision': '690394a8a7a5d1cbed65777905e1e59ea6a4ad80',
10+
'chromium_revision': '5edb31a0cdb1f17b7eb52cb0fe811077226ac9b9',
1111
'boringssl_git': 'https://boringssl.googlesource.com',
1212
# Three lines of non-changing comments so that
1313
# the commit queue can handle CLs rolling swarming_client
@@ -24,15 +24,15 @@ vars = {
2424
# Three lines of non-changing comments so that
2525
# the commit queue can handle CLs rolling catapult
2626
# and whatever else without interference from each other.
27-
'catapult_revision': '21cd5a309631b78d6deedc1ca56ca83ead9fbadd',
27+
'catapult_revision': '193e9338017c65bf30c81135723249c858a7a48c',
2828
# Three lines of non-changing comments so that
2929
# the commit queue can handle CLs rolling libFuzzer
3030
# and whatever else without interference from each other.
3131
'libfuzzer_revision': '658ff786a213703ff0df6ba4a288e9a1e218c074',
3232
# Three lines of non-changing comments so that
3333
# the commit queue can handle CLs rolling freetype
3434
# and whatever else without interference from each other.
35-
'freetype_revision': '578bcf103a12fb742cdb314565819011d1ac12a7',
35+
'freetype_revision': '96b5e500909cfce39ff78feabefd8063a229b951',
3636
# Three lines of non-changing comments so that
3737
# the commit queue can handle CLs rolling HarfBuzz
3838
# and whatever else without interference from each other.
@@ -42,9 +42,9 @@ deps = {
4242
# TODO(kjellander): Move this to be Android-only once the libevent dependency
4343
# in base/third_party/libevent is solved.
4444
'src/base':
45-
Var('chromium_git') + '/chromium/src/base' + '@' + 'fe1611262d827989cd1dfec2f02323197a348a5d',
45+
Var('chromium_git') + '/chromium/src/base' + '@' + '94235ec304b06efc1dab2929e42888d2f36ce268',
4646
'src/build':
47-
Var('chromium_git') + '/chromium/src/build' + '@' + 'ddcfe1a1c6428569cb8c900735be3567358bc6ee',
47+
Var('chromium_git') + '/chromium/src/build' + '@' + '188e8c57a713238f32b51259afeed19548726ede',
4848
'src/buildtools':
4949
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a90d9aaadeb5e04327ed05775f45132e4b3523f',
5050
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@@ -54,13 +54,13 @@ deps = {
5454
'condition': 'checkout_android',
5555
},
5656
'src/ios': {
57-
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8bce498aae8b2d37e4e54bbdc9412541422f78b3',
57+
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9df813679ac03dbe9c3bd2d20038d150acc8ed21',
5858
'condition': 'checkout_ios',
5959
},
6060
'src/testing':
61-
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b07830f6905ce9e33034ad14820bc0a58b6e9e41',
61+
Var('chromium_git') + '/chromium/src/testing' + '@' + '91f6974c3dc597f2783ec2f51e57536d1c1d588b',
6262
'src/third_party':
63-
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ddc6e6fdb5d75c64092ac53ee8b53a245dbd31ac',
63+
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0ab32a0a7db67e78a73c64ca41faca72b1351922',
6464
'src/third_party/android_ndk': {
6565
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
6666
'condition': 'checkout_android',
@@ -123,9 +123,9 @@ deps = {
123123
'src/third_party/libjpeg_turbo':
124124
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
125125
'src/third_party/libsrtp':
126-
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c',
126+
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '368abd6bb3091df2b354250818714f72f0692ca5',
127127
'src/third_party/libvpx/source/libvpx':
128-
Var('chromium_git') + '/webm/libvpx.git' + '@' + '6fd9d0244c7d8941ce0004bcd2efce5d6676bef5',
128+
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b8642738c9851232c9bb1e1a22474953d3d367cf',
129129
'src/third_party/libyuv':
130130
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '55f5d91f11f929c4c59c32621c3d5457cca3ab0b',
131131
'src/third_party/lss': {
@@ -175,7 +175,7 @@ deps = {
175175
'src/third_party/yasm/source/patched-yasm':
176176
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
177177
'src/tools':
178-
Var('chromium_git') + '/chromium/src/tools' + '@' + '957e87c0528de1caaa6ce3d3437cab6b8dda64e9',
178+
Var('chromium_git') + '/chromium/src/tools' + '@' + '360e3c21b50bf76ee6c26c576a639f02183628f2',
179179
'src/tools/swarming_client':
180180
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
181181

0 commit comments

Comments
 (0)