Roll chromium_revision e0e02de5a7..ce851e47bd (543578:543685)
Change log:e0e02de5a7..ce851e47bdFull diff:e0e02de5a7..ce851e47bdChanged dependencies: * src/base:f623956778..ebff846f9a* src/build:7757432a81..e3927e7faf* src/ios:2bfb2ab258..55282d1a03* src/testing:654bce3959..ab79f563a8* src/third_party:c5d96c8e03..c0d8139005* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36d08eec1a..6733f34199 * src/tools:b0ce060f3b..a6bb2c2717DEPS diff:e0e02de5a7..ce851e47bd/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8faad77fb9f732699f16d42f6f9bf927076d8883 Reviewed-on: https://webrtc-review.googlesource.com/62365 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22475}
This commit is contained in:
parent
bf3dbb4a69
commit
35468356d6
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': 'e0e02de5a7e502e9f6c832ebb973a08f46f02d11',
|
||||
'chromium_revision': 'ce851e47bd77773970a805acd62ec1627b0aaa76',
|
||||
'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': '36d08eec1a0703adada45bc1474e59e45c1cd376',
|
||||
'catapult_revision': '6733f341991f62fa7b3e51182121d2eaa3ea5d62',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -38,9 +38,9 @@ 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' + '@' + 'f623956778669bf741c41b595a8c85649f6d0b20',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'ebff846f9afba71ac2e60de668e4c7f615901216',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7757432a81507e2ac082c3abc03f15063c03fda7',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e3927e7faf9d68a95ff9b061d0e5be34887ad59a',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -50,13 +50,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2bfb2ab2585b5222af871805ac41ce71eba71aa3',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '55282d1a03444ec98d3543b97bece649855333b5',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '654bce3959c9809980e7f2d9642bf43f5de06e25',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ab79f563a8dc6eaabb6f502d4eb7b724b614dcaf',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c5d96c8e036a387ff2d92672bf90fb740122e5d4',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c0d81390056fcd3eb2e22e8345102c92ed8ffeef',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
|
||||
'condition': 'checkout_android',
|
||||
@ -159,7 +159,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' + '@' + 'b0ce060f3b673ac007e07ee445262643a6c94b0b',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a6bb2c2717d4e6446f1ed5d5aeb8b612c5732de3',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user