Roll chromium_revision 2a799fa8c9..cbcb08ed86 (555682:555797)
Change log:2a799fa8c9..cbcb08ed86Full diff:2a799fa8c9..cbcb08ed86Changed dependencies: * src/build:34746fc4e9..e87d072a63* src/ios:9d12c081b1..c94edcc88f* src/testing:9eb474a1eb..06276826d0* src/third_party:eb87e1d263..1631ef7726* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/978be7439d..19282cf9d3 * src/third_party/openh264/src:2e96d62426..3b51f16a4a* src/tools:958df72a9f..5495186aa7DEPS diff:2a799fa8c9..cbcb08ed86/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I72c82eb609b11cfd2999dc1705ee16f75f088fbe Reviewed-on: https://webrtc-review.googlesource.com/74184 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23105}
This commit is contained in:
parent
a1f566b28a
commit
5d16e2c16d
16
DEPS
16
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': '2a799fa8c9d57073f4470f31676b33387d827036',
|
||||
'chromium_revision': 'cbcb08ed8624ab6e31d3e77b299e8b701a80494c',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -28,7 +28,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': '978be7439d1e5219def7dae75b182b77db185f01',
|
||||
'catapult_revision': '19282cf9d32d6e656bc35dfea9e97c5b42d9e238',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -48,7 +48,7 @@ deps = {
|
||||
'src/base':
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '18c4fb51231dbc8ecdf7b4808791eb5ada00b33f',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '34746fc4e936e558912e14a1509bd88ff28af1e6',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e87d072a63784c5b85379ef4dc0e7eb9d7c225bd',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0b71401b977fba99eb0c7bb01bdb3338f45bd911',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9d12c081b153757c1dc2b745f15bae6be3dc31f3',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c94edcc88fd1f7a4140fff56c8360d4c7c16e8bd',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '9eb474a1eb861e3c1edca24dfb99dd106272a46f',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '06276826d0a6b2d6a4b97368968bba7f3c0ac8a6',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'eb87e1d26311889fe05229a66c3a78dbd695e2dd',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1631ef7726cd98006e5d15db67a51fc488f4901a',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
|
||||
'condition': 'checkout_android',
|
||||
@ -141,7 +141,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/openh264/src':
|
||||
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '2e96d62426547ac4fb5cbcd122e5f6eb68d66ee6',
|
||||
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '3b51f16a4a41df729f8d647f03e48c5f272911ff',
|
||||
'src/third_party/openmax_dl':
|
||||
Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
|
||||
'src/third_party/requests/src': {
|
||||
@ -171,7 +171,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' + '@' + '958df72a9f5a01905a173ef0d8cc05cf593cd525',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '5495186aa7c3dc7bcef7b9cc9bbe4beeef5daace',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user