Roll chromium_revision 96a2369865..b6340b5158 (680738:681123)

Change log: 96a2369865..b6340b5158
Full diff: 96a2369865..b6340b5158

Changed dependencies
* src/base: b5492349e9..7faff4463c
* src/build: a558f2657b..1a0a4bc2f1
* src/ios: ddb87399cb..5dea9934e6
* src/testing: 992203660d..9d70163229
* src/third_party: adf7051fd6..55bfbb1970
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3dd1372096..c581761466
* src/third_party/depot_tools: 34cc05018d..365720e237
* src/third_party/ffmpeg: fff11548e7..e0e3133c40
* src/third_party/libvpx/source/libvpx: bb407a27b2..18d309c127
* src/tools: ce748f252c..82f0e4397b
DEPS diff: 96a2369865..b6340b5158/DEPS

No update to Clang.

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

Change-Id: Ied503855289ffa6ac3cc17077c404e0eced4e056
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146921
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@{#28687}
This commit is contained in:
chromium-webrtc-autoroll
2019-07-25 19:02:39 -07:00
committed by Commit Bot
parent 1a13c8f11a
commit be4fcb63a2

22
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': '96a2369865716825570d93508dfed0fa220d7e6f', 'chromium_revision': 'b6340b5158e98ebe2360eefcc18595b423c8013a',
} }
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@b5492349e9d0e56e29385d42b848726b46b3c10c', 'https://chromium.googlesource.com/chromium/src/base@7faff4463c5f6aaf4c97e8e25d33a7e8cd55c407',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@a558f2657bbfcce98dab08c53dfc8d1f3e36b35c', 'https://chromium.googlesource.com/chromium/src/build@1a0a4bc2f17d7353e7094d343d5a0b3e0d22ea96',
'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@ddb87399cbfc4126fa5b24b8452cebb0fa24a720', 'url': 'https://chromium.googlesource.com/chromium/src/ios@5dea9934e6a51e0d5818615fd7e53d43ba5dfa34',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@992203660d0989fff9015b3ac7cdaaaeade1e07a', 'https://chromium.googlesource.com/chromium/src/testing@9d70163229c4a2e6160e04e2c8296d143bc0e135',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@adf7051fd6eef1cd133a0135d488968d008f732e', 'https://chromium.googlesource.com/chromium/src/third_party@55bfbb19709bb715f1ef9465fe793638fb13a434',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -111,7 +111,7 @@ deps = {
'src/third_party/boringssl/src': 'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git@4dfd5af70191b068aebe567b8e29ce108cee85ce', 'https://boringssl.googlesource.com/boringssl.git@4dfd5af70191b068aebe567b8e29ce108cee85ce',
'src/third_party/catapult': 'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@3dd1372096afac06bb2c8c83fe2e3012429900d2', 'https://chromium.googlesource.com/catapult.git@c5817614666e57a37bebfb26e1cb85884321533e',
'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,13 +119,13 @@ 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@34cc05018d70cb48e482c6c82028725d4d3d4225', 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@365720e237c2afc529446d1af0a253ab3edad3b4',
'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',
}, },
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@fff11548e7b6b95ba0fcb179eebc72ff1244b11d', 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e0e3133c40fbca0032a2d9400da736e4b933882f',
'src/third_party/findbugs': { 'src/third_party/findbugs': {
'url': 'https://chromium.googlesource.com/chromium/deps/findbugs.git@4275d9ac8610db6b1bc9a5e887f97e41b33fac67', 'url': 'https://chromium.googlesource.com/chromium/deps/findbugs.git@4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -170,7 +170,7 @@ deps = {
'src/third_party/libsrtp': 'src/third_party/libsrtp':
'https://chromium.googlesource.com/chromium/deps/libsrtp.git@650611720ecc23e0e6b32b0e3100f8b4df91696c', 'https://chromium.googlesource.com/chromium/deps/libsrtp.git@650611720ecc23e0e6b32b0e3100f8b4df91696c',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@bb407a27b2e32f89f0e9eeee2bcd0aa9d5cfea3f', 'https://chromium.googlesource.com/webm/libvpx.git@18d309c12734d2f06d54ad1716e512153a13ab9d',
'src/third_party/libyuv': 'src/third_party/libyuv':
'https://chromium.googlesource.com/libyuv/libyuv.git@f9aacffa029ff3a32f0408f78e2588663271f1b1', 'https://chromium.googlesource.com/libyuv/libyuv.git@f9aacffa029ff3a32f0408f78e2588663271f1b1',
'src/third_party/lss': { 'src/third_party/lss': {
@ -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@ce748f252c1614ec1743d368adbaf31e06b692a5', 'https://chromium.googlesource.com/chromium/src/tools@82f0e4397b3d68959ffcbee3d9f43c0b78d01237',
'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',