Roll chromium_revision 4ed2234c93..dcd1a26c92 (745105:745220)
Change log:4ed2234c93..dcd1a26c92
Full diff:4ed2234c93..dcd1a26c92
Changed dependencies * src/base:78cf08a9fd..9e6778c686
* src/build:1dcd443e5c..105e1cad64
* src/ios:b23239ac0b..0ebbdea2fe
* src/testing:37a373421d..c133113bbd
* src/third_party:add37e4154..34974f4583
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/65dd8440ec..9db20bb343 * src/third_party/depot_tools:29d5cf85ac..a4f9aa0375
* src/third_party/r8: -oXGY8FjY2ZuIBHoGAByn8N6Vn2b0wB2QO8Ct_169XoC..C28ypVbWD-R2M9x9fH7QniIsYjJrKoUhxqEV_cZR4qgC * src/tools:6626fe5a5c..508e296745
DEPS diff:4ed2234c93..dcd1a26c92
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I0f3fd98c3aab321b1c73abaccfab708b13a98712 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169422 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@{#30638}
This commit is contained in:

committed by
Commit Bot

parent
e3e07bf979
commit
b5eeba1bb3
20
DEPS
20
DEPS
@ -5,16 +5,16 @@ vars = {
|
|||||||
# chromium waterfalls. More info at: crbug.com/570091.
|
# chromium waterfalls. More info at: crbug.com/570091.
|
||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'chromium_revision': '4ed2234c938a44d36fc3168a493dd9acbb7bb1a7',
|
'chromium_revision': 'dcd1a26c92877654988ff312fee078358a30dd53',
|
||||||
}
|
}
|
||||||
|
|
||||||
deps = {
|
deps = {
|
||||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
'https://chromium.googlesource.com/chromium/src/base@78cf08a9fd76c58308a5c88ee65d7ac9682e75d3',
|
'https://chromium.googlesource.com/chromium/src/base@9e6778c6863473401801bd6988ae2065e6a10546',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@1dcd443e5c43aa15c38e11561cf26b13003d515c',
|
'https://chromium.googlesource.com/chromium/src/build@105e1cad64bee44d28c57b9657c4f11639f9e1ab',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
'https://chromium.googlesource.com/chromium/src/buildtools@ef2f1b324945dd1451ef58653e7723b92dcb23cc',
|
'https://chromium.googlesource.com/chromium/src/buildtools@ef2f1b324945dd1451ef58653e7723b92dcb23cc',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -23,13 +23,13 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@b23239ac0b16fbb2d770c48a075084f600b53870',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@0ebbdea2fe3806e83b2d7912cfdeaa5442c1bdc6',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@37a373421d711f0804160e208603992a3d038bd8',
|
'https://chromium.googlesource.com/chromium/src/testing@c133113bbd89364071ed52c067a74eed8c16e42e',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@add37e41542e591cc2a455fac194d1f64d9a1b4b',
|
'https://chromium.googlesource.com/chromium/src/third_party@34974f45835222e5243c4b1dad822c8c96a10d59',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -107,7 +107,7 @@ deps = {
|
|||||||
'src/third_party/boringssl/src':
|
'src/third_party/boringssl/src':
|
||||||
'https://boringssl.googlesource.com/boringssl.git@6432bb46ab44731567ec923e6c8fc182f13d0070',
|
'https://boringssl.googlesource.com/boringssl.git@6432bb46ab44731567ec923e6c8fc182f13d0070',
|
||||||
'src/third_party/catapult':
|
'src/third_party/catapult':
|
||||||
'https://chromium.googlesource.com/catapult.git@65dd8440ec78b0bf77c3aefd7eae7398c2fe0802',
|
'https://chromium.googlesource.com/catapult.git@9db20bb3437ebe132a533f083b266f8de82d84cb',
|
||||||
'src/third_party/ced/src': {
|
'src/third_party/ced/src': {
|
||||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -115,7 +115,7 @@ deps = {
|
|||||||
'src/third_party/colorama/src':
|
'src/third_party/colorama/src':
|
||||||
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||||
'src/third_party/depot_tools':
|
'src/third_party/depot_tools':
|
||||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@29d5cf85ac28d9ef59228e8805ab7b1078baa667',
|
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@a4f9aa037585a99a5c5e1b029991c040f5a29e7c',
|
||||||
'src/third_party/ffmpeg':
|
'src/third_party/ffmpeg':
|
||||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@545152f30278da1d978284226a5fa510a9c92031',
|
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@545152f30278da1d978284226a5fa510a9c92031',
|
||||||
'src/third_party/findbugs': {
|
'src/third_party/findbugs': {
|
||||||
@ -199,7 +199,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/r8',
|
'package': 'chromium/third_party/r8',
|
||||||
'version': '-oXGY8FjY2ZuIBHoGAByn8N6Vn2b0wB2QO8Ct_169XoC',
|
'version': 'C28ypVbWD-R2M9x9fH7QniIsYjJrKoUhxqEV_cZR4qgC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -237,7 +237,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
'https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
|
'https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@6626fe5a5c2eb9938d09998e9f3af490fb461a5a',
|
'https://chromium.googlesource.com/chromium/src/tools@508e296745ff4af2d790d8e6329a50522a874852',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
'https://chromium.googlesource.com/infra/luci/client-py.git@0ac28472d073a515124c85b128c4378a914e0a4d',
|
'https://chromium.googlesource.com/infra/luci/client-py.git@0ac28472d073a515124c85b128c4378a914e0a4d',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user