Roll chromium_revision dfe5e91525..ce6d12c81b (673350:673457)
Change log:dfe5e91525..ce6d12c81bFull diff:dfe5e91525..ce6d12c81bChanged dependencies * src/base:bba591b64b..b8d7dd92d6* src/build:e16f9dfa9e..fe39ce9fd1* src/ios:766dd2581e..8c6bafc3be* src/testing:40bd8e04ee..5398243e97* src/third_party:6e20b1cb4e..68164bde6b* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6d47875c4c..85e0cba51e * src/third_party/libvpx/source/libvpx:7d9288f5f8..30e7f9d856* src/tools:e3e8d61384..a596745760DEPS diff:dfe5e91525..ce6d12c81b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I3ca03d11fb4a5d32fbab62226386a5683ee19f2a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144183 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#28422}
This commit is contained in:
parent
1e00dbccc2
commit
2ce1da5328
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': 'dfe5e9152555b1932010136a7e27ea5103092b55',
|
||||
'chromium_revision': 'ce6d12c81b7d61fbff70d4389c098c6a92a1c57c',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -24,7 +24,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': '6d47875c4c50c731aaa12bdbf41f31be65cea2d4',
|
||||
'catapult_revision': '85e0cba51e88d0c59849cb5bb43312f6a359763c',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -86,9 +86,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' + '@' + 'bba591b64b3dc4aae6bb918fc7eaf9d1375ed9a0',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'b8d7dd92d6132c1d168f75130ffeb79fbf94ac11',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e16f9dfa9ee90f41e8bcb9af5645a83e8c3632cc',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'fe39ce9fd1fd675cc28172aa15f919101deb475a',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '80b545b427d95ac8996a887fa32ba1d64919792d',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '766dd2581e8e4ac5fed2ac44c37a4efa4452ab58',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8c6bafc3be9726bacd212c07f0e4d141584842a8',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '40bd8e04ee914641287006a65706aaa09ae9cbf0',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '5398243e97ec98e520895f0c33fe6af0c375d4f0',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6e20b1cb4efc80a360fd3dda6cdb7e34c086ee15',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '68164bde6b551633809786d030d3c5cd48041d46',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -250,7 +250,7 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '7d9288f5f86e1b0a03ae5a555dc034e7055845ca',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '30e7f9d856eb1cc6df895f6d9562493e04f6116d',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e',
|
||||
'src/third_party/lss': {
|
||||
@ -312,7 +312,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e3e8d613842af469ab5945d5c598e3dfa185347e',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a59674576013ac0400f1f419ed3a39f1974ae02a',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user