Roll chromium_revision 3a0333ff4e..6989818705 (563625:563760)
Change log:3a0333ff4e..6989818705
Full diff:3a0333ff4e..6989818705
Roll chromium third_party e217b4a377..77080c8cca Change log:e217b4a377..77080c8cca
Changed dependencies: * src/base:a20362e3ab..a6941a2497
* src/build:47364de094..adb59b644b
* src/ios:594fb419d0..2570306e97
* src/testing:1dff9eb832..b44cad8154
* src/tools:4aad568526..189162d71b
DEPS diff:3a0333ff4e..6989818705
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: Ib1f38f3c53b41a3e524cdd1ec2130bf30fbd3f2e Reviewed-on: https://webrtc-review.googlesource.com/80642 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23497}
This commit is contained in:
14
DEPS
14
DEPS
@ -10,7 +10,7 @@ vars = {
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||
'chromium_revision': '3a0333ff4e78e631fd1c83c492ba2236d9106a50',
|
||||
'chromium_revision': '6989818705413dc6a4baa974ca7ff14728e858db',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -43,15 +43,15 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Chromium third_party
|
||||
# and whatever else without interference from each other.
|
||||
'chromium_third_party_revision': 'e217b4a3774876d0e187b80751412c38143ad709',
|
||||
'chromium_third_party_revision': '77080c8ccacb305a0c5ea8b627dae10eec01f3bb',
|
||||
}
|
||||
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' + '@' + 'a20362e3abe4a6308fd9e9db87ad303e7f4f7372',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'a6941a2497454c932c48d89ff273195b1bf295ab',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '47364de09437e910fffea81d99145c24873cfc5f',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'adb59b644b9bd6b0213cc6f81ea42ec0619a1647',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '893eb86b02b2571894e328f05551112b96df1cce',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -61,11 +61,11 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '594fb419d0827dda57fb09482cba03915a14b78f',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2570306e9726740f629dbc5b4fa756a5970e6434',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1dff9eb83206731d468b15e8160819a4b9baa5ef',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b44cad815462865e37efd365ece1a1692683033a',
|
||||
# This entry is used for chromium third_party rolling into webrtc third_party only.
|
||||
'src/third_party_chromium': {
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'),
|
||||
@ -175,7 +175,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' + '@' + '4aad56852644b2dbe8551f6e233bb6b20366c3fb',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '189162d71bf254e927bde8d9def0cb543d8bafc9',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
Reference in New Issue
Block a user