Roll chromium_revision ecf8a6133e..a88423acf9 (569618:571410)
Change log:ecf8a6133e..a88423acf9Full diff:ecf8a6133e..a88423acf9Changed dependencies: * src/base:f7595e419a..311c937b26* src/build:69593eb8fa..c9333f9faf* src/buildtools:5941c1b3df..9c9fd97928* src/ios:181b18c878..34302909a8* src/testing:8354b28f74..b47e929d27* src/third_party:46683344d7..b77d94a9b3* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/3545ab5b98..130499e252 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6ff2ba80b7..fec83fc78d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/87eefd4f11..e2d6bbca62 * src/third_party/depot_tools:c5a26a769e..ae1f03388f* src/third_party/freetype/src:7915fd51f1..a632fb547e* src/third_party/libvpx/source/libvpx:8648a64c83..583859d739* src/third_party/libyuv:bc383e76d6..4d67b3e851* src/third_party/r8: 1.0.30..1.2.28-cr0 * src/third_party/usrsctp/usrsctplib:159d060dce..7a8bc9a90c* src/tools:592ddd1d14..6ff0d88db8DEPS diff:ecf8a6133e..a88423acf9/DEPS Clang version changed 334100:335608 Details:ecf8a6133e..a88423acf9/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If3229d875265bca1bffffd01a793098ad2106f9f Reviewed-on: https://webrtc-review.googlesource.com/86240 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23779}
This commit is contained in:
parent
e19a4e115f
commit
c54f706993
34
DEPS
34
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': 'ecf8a6133e97647dfc085321ee80db7fab25590f',
|
||||
'chromium_revision': 'a88423acf98f847db5ceddb483090949ea11f310',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -16,7 +16,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
'boringssl_revision': '6ff2ba80b758025fdb137d9357dcbba0a9c04dbf',
|
||||
'boringssl_revision': 'fec83fc78d489a8d444c3a99c51101fdf54d5b71',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
# and whatever else without interference from each other.
|
||||
@ -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': '87eefd4f114377b460c952a4a89cb1875b7bd4cb',
|
||||
'catapult_revision': 'e2d6bbca629c30094f633f21e5f3967ecbeb10da',
|
||||
# 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,7 +32,7 @@ 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': '7915fd51f123d0adbe6a0b9ad19eb941e1733c87',
|
||||
'freetype_revision': 'a632fb547e23fe129a579fabf60a992fd7d98d02',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling HarfBuzz
|
||||
# and whatever else without interference from each other.
|
||||
@ -42,11 +42,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' + '@' + 'f7595e419a16dee5e57487178a20f94e7b76b07c',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '311c937b26f8c8b58b6a31d59315f97803dd6068',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '69593eb8fa3acf8b4fb3708aedf2212187f4fa61',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c9333f9faf6ad7856f6aa04b2c78a115c2f0b9ee',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5941c1b3df96c1db756a2834343533335c394c4a',
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9c9fd97928dd45a0d9738af90f7c03b082f1216f',
|
||||
# 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' + '@' +
|
||||
@ -54,19 +54,19 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '181b18c878f3706279a30e8941aa2a7854758c4a',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '34302909a81dc8cf15ba9951e0054b4acf7049c6',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '8354b28f744d5b1b1a0b4e7c8cb713408323ee03',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b47e929d27fe950ce868b28ad5b6c208278734e4',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '46683344d7566fa1caceb097e212afc22afc4312',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b77d94a9b33cbd4efa6bac2e7110935840560583',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/android_tools': {
|
||||
'url': Var('chromium_git') + '/android_tools.git' + '@' + '3545ab5b9883087a54cb9e5337c32617cb2a443d',
|
||||
'url': Var('chromium_git') + '/android_tools.git' + '@' + '130499e25286f4d56acafa252fee09f3cc595c49',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/auto/src': {
|
||||
@ -84,7 +84,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' + '@' + 'c5a26a769e69377391ed9bf71ca74d7eae5e6717',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ae1f03388f7a09583b726e571bf78674a1691821',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -125,9 +125,9 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '8648a64c83b5660eae774d5d41f34fc014ba7b4b',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '583859d7395ca70c3b1ca0acc1258a720470a807',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'bc383e76d6316cf7ca59c76d18d0d7e61f007780',
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '4d67b3e851b1e057b8e3ac810e5f0c214f68751f',
|
||||
'src/third_party/lss': {
|
||||
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
|
||||
'condition': 'checkout_android or checkout_linux',
|
||||
@ -142,7 +142,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/r8',
|
||||
'version': 'version:1.0.30',
|
||||
'version': 'version:1.2.28-cr0',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -161,7 +161,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/usrsctp/usrsctplib':
|
||||
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '159d060dceec41a64a57356cbba8c455105f3f72',
|
||||
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7a8bc9a90ca96634aa56ee712856d97f27d903f8',
|
||||
# WebRTC-only dependency (not present in Chromium).
|
||||
'src/third_party/winsdk_samples': {
|
||||
'url': Var('webrtc_git') + '/deps/third_party/winsdk_samples_v71' + '@' + 'a59391ef795986633735a1695caa97622a9bfd56',
|
||||
@ -175,7 +175,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' + '@' + '592ddd1d147c1a66ed69f3ca754829035d62817b',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '6ff0d88db88116273341c8403c0287fdb96bf05f',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user