Roll chromium_revision 6bbdd0a46f..1101e069aa (532839:533253)
Change log:6bbdd0a46f..1101e069aaFull diff:6bbdd0a46f..1101e069aaChanged dependencies: * src/base:6d586ab195..2f93e5a8cd* src/build:f8323d8055..af7383e4b9* src/ios:9deb3fd568..a127be8f21* src/testing:b0dbf37c86..931ebf4afa* src/third_party:6344555f34..fc8ec851d2* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/52dc3feb01..7c98d04db5 * src/third_party/libyuv:92e22cf5b6..ffec313dbe* src/tools:f7efece782..bc5e3ccc67DEPS diff:6bbdd0a46f..1101e069aa/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I18bf9b28c31c75b882e3768a577bb4e0a1931434 Reviewed-on: https://webrtc-review.googlesource.com/46640 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21825}
This commit is contained in:
parent
bbf46c2753
commit
f9e012149f
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': '6bbdd0a46fbdf2fdf0c2569927c7e6512870741f',
|
||||
'chromium_revision': '1101e069aaf8d9a46cbe20c57cf97d9cc85332c2',
|
||||
'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': '52dc3feb012cce1d690b12d0b137c6c9bd5a4ff1',
|
||||
'catapult_revision': '7c98d04db58b6d6b2f6116d27bb00250509dcaa0',
|
||||
# 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' + '@' + '6d586ab195a2ec551dcb3528c8013b38fe1003b3',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '2f93e5a8cd648f2c8a69b42d980a91d688323f62',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'f8323d805516f49436fc473614728585a4678858',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'af7383e4b9170ec942366e0fd4281b8084b82d8e',
|
||||
'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' + '@' + '9deb3fd568946ead081a941f81b39894c99d9d42',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a127be8f21fd0ad7fd173a21387e0ab6ac90b448',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b0dbf37c8675a0411ca708b91becb198fe7084b6',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '931ebf4afa2c925efa8206d60da061e813a1ea2f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6344555f34fb96222e388ee6b2af9ccbf3838f0b',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fc8ec851d2e4f7c1926daeadff7f90a49cca5979',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
|
||||
'condition': 'checkout_android',
|
||||
@ -119,7 +119,7 @@ deps = {
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '742ae4b24d28342a1642c9749826ee8428b20d6e',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '92e22cf5b66173d5d5056751ca62bc2254e4ff86',
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'ffec313dbe58c6b97d4943387bda618dccbe4591',
|
||||
'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' + '@' + 'f7efece782c9a556c66452f68a466a85d257f11c',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'bc5e3ccc674f1198401f480d04a20cd1128a974b',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user