Roll chromium_revision 3ae2445b34..6652dd41e1 (686310:686436)

Change log: 3ae2445b34..6652dd41e1
Full diff: 3ae2445b34..6652dd41e1

Changed dependencies
* src/base: 08d654afee..3b6b0bfa74
* src/build: b5e8d0f2d1..b04a94993d
* src/ios: 9b240182bf..65891a8357
* src/testing: b3a01bdf19..434276f11c
* src/third_party: 45dec31484..caf7bcdcac
* src/third_party/android_build_tools/aapt2: version:3.6.0-alpha03-5516695-cr0..by7YdhjwRQYtrv0Q_q_fPsqptrm5ib-SXmiNfgJYp50C
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1c632e376b..772d5c6161
* src/third_party/depot_tools: 3c814957ee..9fc459b69c
* src/tools: bd69de11b0..958ae62ebb
DEPS diff: 3ae2445b34..6652dd41e1/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I7f934bc4c57f4ef2052ceeda06028bb994891f55
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149021
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@{#28843}
This commit is contained in:
chromium-webrtc-autoroll
2019-08-13 09:01:29 -07:00
committed by Commit Bot
parent 9cfdb20b57
commit 1a03784739

20
DEPS
View File

@ -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': '3ae2445b341657eb817974dbbcd0f0ac6fc0345a', 'chromium_revision': '6652dd41e1a381436c0f4acfe7e1baed830a5d23',
} }
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@08d654afee78fd6706c1ddf1a764b088724b1186', 'https://chromium.googlesource.com/chromium/src/base@3b6b0bfa743dddcb383a1f7f7e2d9b9b5a3b77dc',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@b5e8d0f2d127e4936b6dff27b43cf70ffb0159fd', 'https://chromium.googlesource.com/chromium/src/build@b04a94993d6c363f6e104b6b800dc21e3057cf49',
'src/buildtools': 'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@74cfb57006f83cfe050817526db359d5c8a11628', 'https://chromium.googlesource.com/chromium/src/buildtools@74cfb57006f83cfe050817526db359d5c8a11628',
# 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@9b240182bfc045cde5eef881ea4d324964dd0075', 'url': 'https://chromium.googlesource.com/chromium/src/ios@65891a835701ae4ea8826a5b735d7f1c9663ef46',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@b3a01bdf19b28cdb160899536a7ebb64ff678451', 'https://chromium.googlesource.com/chromium/src/testing@434276f11c0670637dcb3c70070130803f81bfe8',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@45dec31484f5072d8e8766c2875fb295892d0d2c', 'https://chromium.googlesource.com/chromium/src/third_party@caf7bcdcac58146a63d2eedae35ce6c9663e69a1',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -86,7 +86,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/android_build_tools/aapt2', 'package': 'chromium/third_party/android_build_tools/aapt2',
'version': 'version:3.6.0-alpha03-5516695-cr0', 'version': 'by7YdhjwRQYtrv0Q_q_fPsqptrm5ib-SXmiNfgJYp50C',
}, },
], ],
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -111,7 +111,7 @@ deps = {
'src/third_party/boringssl/src': 'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git@81080a729af568f7b5fde92b9170cc17065027c9', 'https://boringssl.googlesource.com/boringssl.git@81080a729af568f7b5fde92b9170cc17065027c9',
'src/third_party/catapult': 'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@1c632e376ba479ee6875dab74b97f247c2f15c83', 'https://chromium.googlesource.com/catapult.git@772d5c6161c59cc8a2815d7c096b4818e06c1d17',
'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',
@ -119,7 +119,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@3c814957ee532260024e544bf10230348bbc4909', 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@9fc459b69c7840c3c67d2359cd8931e962bcae84',
'src/third_party/errorprone/lib': { 'src/third_party/errorprone/lib': {
'url': 'https://chromium.googlesource.com/chromium/third_party/errorprone.git@980d49e839aa4984015efed34b0134d4b2c9b6d7', 'url': 'https://chromium.googlesource.com/chromium/third_party/errorprone.git@980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -231,7 +231,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@bd69de11b0a69d9afbff2370b2bacadff59cfe0e', 'https://chromium.googlesource.com/chromium/src/tools@958ae62ebb608b7424b1c2c51caa06c6f9833c14',
'src/tools/swarming_client': 'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@96f125709acfd0b48fc1e5dae7d6ea42291726ac', 'https://chromium.googlesource.com/infra/luci/client-py.git@96f125709acfd0b48fc1e5dae7d6ea42291726ac',