Roll chromium_revision cc863fb617..a8e6a87dca (547896:548001)
Change log:cc863fb617..a8e6a87dcaFull diff:cc863fb617..a8e6a87dcaChanged dependencies: * src/base:f0b8eb4e2d..40cc4583e7* src/build:42d76b3d47..a27ceccabb* src/ios:20cd9bb3ae..b6f6de01c1* src/testing:0ffc2b8ebd..690817ce59* src/third_party:6cd397a246..89865e939c* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1fcfd9b6d5..e13394ffef * src/third_party/depot_tools:668c1d8d1f..a1df57cdc6* src/third_party/libyuv:98a0a157dc..a9626b9daf* src/tools:3f6041ae17..56e562057bDEPS diff:cc863fb617..a8e6a87dca/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ibf5579b66757681bb67c9806ebf804b922147772 Reviewed-on: https://webrtc-review.googlesource.com/66642 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22719}
This commit is contained in:
parent
8058fbbd6b
commit
ae3f02de10
20
DEPS
20
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': 'cc863fb61720780c69c0db398a18498351042833',
|
||||
'chromium_revision': 'a8e6a87dca0b73282696f42844766a228b1ab7e8',
|
||||
'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': '1fcfd9b6d53d5e277666487bc2acb59faf237346',
|
||||
'catapult_revision': 'e13394ffef3618bf55f99845ecf67768601fa388',
|
||||
# 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' + '@' + 'f0b8eb4e2d476d8c75382f8bfd371e07bd11b766',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '40cc4583e796392e2de9e31576eb1a638cdc6723',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '42d76b3d47937a153d2c9ad957a300731f4e59ce',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'a27ceccabb4e9c8622f9b0ff27d722126d6887bc',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197',
|
||||
# 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' + '@' + '20cd9bb3aee785565c9994018ee0fad938f19f15',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b6f6de01c1b82af1a09338d3ec888e582ce51e76',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '0ffc2b8ebd0f835d1740b9eda8cef9a5e9d0ceda',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '690817ce5923c3fe35ac42d6f47ca9d3fc1dc27d',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6cd397a246fa2c38fa5bdbf0b7f2ae5ad472b017',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '89865e939cbb3b96e139fdb6f1bd73ee8148deac',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
|
||||
'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' + '@' + '668c1d8d1f1a6c26b088b5bff1203e35c74943a0',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a1df57cdc6573da28eebdcac0d58941f79b176a7',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
|
||||
'condition': 'checkout_android',
|
||||
@ -119,7 +119,7 @@ deps = {
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'd636fe53af525c30f3bbd7224e7e56d447d0eb3d',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '98a0a157dcf5dee0882b2dfcc9578ab1f44afb12',
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'a9626b9daf62a9b260737e9c2de821ad087b19a1',
|
||||
'src/third_party/lss': {
|
||||
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
|
||||
'condition': 'checkout_android or checkout_linux',
|
||||
@ -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' + '@' + '3f6041ae17b25215d8537c343a950fd762169015',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '56e562057b300873efb424714dee18eb155d6f4a',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user