Roll chromium_revision e0c329f7fe..f5b70e88bf (534318:534436)
Change log:e0c329f7fe..f5b70e88bfFull diff:e0c329f7fe..f5b70e88bfChanged dependencies: * src/base:ba771d5b2b..29406da0af* src/build:508a6cdec6..c02da72816* src/ios:81a4f3f85e..241ed56a61* src/testing:557328f78b..8f18207b60* src/third_party:3c66d64d62..158d4d1e74* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f601e519d1..b1069a4b3a * src/third_party/depot_tools:3a998d1b23..3929e9ee94* src/tools:40722e4d03..c74aa3f54bDEPS diff:e0c329f7fe..f5b70e88bf/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I58c05a82ea6e51a60f5d666d40456ac5a465a0b1 Reviewed-on: https://webrtc-review.googlesource.com/48160 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21903}
This commit is contained in:
parent
dbbb33cd00
commit
885e081f06
18
DEPS
18
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': 'e0c329f7fea90bfda0818b4963ce5d54c98f44a1',
|
||||
'chromium_revision': 'f5b70e88bfe96c1a42d322dc7a7a2e2d166cb3bb',
|
||||
'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': 'f601e519d114ff9bd12c0a7d130243a4a3cc0e00',
|
||||
'catapult_revision': 'b1069a4b3a679a7268dafaf8d89c8013e2de7c72',
|
||||
# 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' + '@' + 'ba771d5b2b4f66cf21982d76a3d1bf9caded004e',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '29406da0af51e2df83cac11d5d30d698b417d767',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '508a6cdec66cd32879584b6504a740b0f2b515c5',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c02da72816e89b7d6bfb40a8e73f02690e8591e1',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792',
|
||||
# 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' + '@' + '81a4f3f85ebe4717ee4cc2b9d6602c535d8cf4da',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '241ed56a6151d5825619b217627c6166dc45c590',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '557328f78bd282e90f438873c59bded50329ac55',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '8f18207b6061939099ae4183b309d3bf2acdc40f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3c66d64d626707b8f0284aecef949df41ebd3549',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '158d4d1e7468d1def741fcb45ef6d72752180e72',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
|
||||
'condition': 'checkout_android',
|
||||
@ -80,7 +80,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3a998d1b232fc968cd0d83d23f6b8a9226fa7ff6',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3929e9ee94affead0d2e5c8e6c12e1ce60b09e2a',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
|
||||
'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' + '@' + '40722e4d03835ee14683738dd84a8b6e5d644dba',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c74aa3f54bf8d08a9af385844449183e4e0385b7',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user