Roll chromium_revision 783044b798..c6a258bb5d (621838:622808)
Change log:783044b798..c6a258bb5d
Full diff:783044b798..c6a258bb5d
Changed dependencies * src/base:992951c2bf..8ce4edcd7d
* src/build:19c19422cd..e93ee685fe
* src/buildtools:7d88270de1..40194ab039
* src/ios:40f164ac1e..db8e83dc0f
* src/testing:e2343647af..fa73c7d74f
* src/third_party:9132ba856f..6f2ff74300
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0cc582388f..96320b5151 * src/third_party/depot_tools:80a1cf66b8..8432ec24a3
* src/third_party/freetype/src:d01e28f41f..1e7a8f30c2
* src/third_party/harfbuzz-ng/src:26c5b54fb0..0d2727f4fe
* src/third_party/libvpx/source/libvpx:57f7c6f191..759d1de9d0
* src/tools:f1f7eab58d..43be1b9a51
DEPS diff:783044b798..c6a258bb5d
/DEPS Clang version changed 349417:350768 Details:783044b798..c6a258bb5d
/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: Ic8f22732201f4d0c8851189b9bbfc14a89fd76c4 Reviewed-on: https://webrtc-review.googlesource.com/c/117601 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#26260}
This commit is contained in:

committed by
Commit Bot

parent
c25fa89e9e
commit
c259a3b0e9
26
DEPS
26
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': '783044b79865a90376d34dd786d91afa82186aee',
|
||||
'chromium_revision': 'c6a258bb5d64045152f89681e84a982d7ae68f46',
|
||||
'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': '0cc582388fa2041558980460a1450e3fa02b1819',
|
||||
'catapult_revision': '96320b515106e029ad6326b81cb6feef5660c6a8',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -32,11 +32,11 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling freetype
|
||||
# and whatever else without interference from each other.
|
||||
'freetype_revision': 'd01e28f41f8810c8ea422b854f8722659589fa99',
|
||||
'freetype_revision': '1e7a8f30c231bace001c617099e78f78743dd3b4',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling HarfBuzz
|
||||
# and whatever else without interference from each other.
|
||||
'harfbuzz_revision': '26c5b54fb09fb45e02c9c4618bcea4958c698953',
|
||||
'harfbuzz_revision': '0d2727f4fe734af146785df10a44e3505e410ba1',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling luci-go CIPD package version
|
||||
# and whatever else without interference from each other.
|
||||
@ -46,11 +46,11 @@ 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' + '@' + '992951c2bf50b559e56560a81f94ce02dcab23ff',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8ce4edcd7d58fd4b2e027b535ebe21c946abcefa',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '19c19422cda0916c8e427b7e11e189d35c658608',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e93ee685fe2ba67f050a6b3628d8754f96e6306b',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '40194ab03962d8183b2796fa58a39ec8a9e83a41',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '40f164ac1e3e578adae6364384684d2a4582f3f2',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'db8e83dc0f5b4ae79ab590e0c26542a703c5a131',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e2343647af72eb0676b8e8c242739cdc85e570fc',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fa73c7d74f75d7305baeb988b5f56fc1657b0953',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9132ba856f65aaded58ced21ee14f7d44b4ddb8a',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6f2ff7430088218f7d31e4c97ad34861f6b399a4',
|
||||
'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' + '@' + '80a1cf66b83c394c911b14312274b26dba888ae0',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '8432ec24a32617322cae39cfbf3137933e5e49fb',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -162,7 +162,7 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '57f7c6f19144786c57d5cfc8e878765bd9944baf',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '759d1de9d0d22bab78bc4946998af79ff8b2044d',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e',
|
||||
'src/third_party/lss': {
|
||||
@ -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' + '@' + 'f1f7eab58d7642f055233c9f8e26078fd32fc2c3',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '43be1b9a51b8ca93ded14e04256f420f24155283',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user