Roll chromium_revision 972ad081bc..5de2157f1e (556577:556680)
Change log:972ad081bc..5de2157f1eFull diff:972ad081bc..5de2157f1eChanged dependencies: * src/base:7e15f09288..c5356a4b51* src/ios:7cf6557612..9d27efb09d* src/testing:fc9bddc533..f0ade05cb2* src/third_party:6cffa789bd..62736ae0ad* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e54b6ffb6d..e853531767 * src/third_party/depot_tools:5e5f2d6035..5ae86d2021* src/tools:6fac6ce82d..abafe60c0fDEPS diff:972ad081bc..5de2157f1e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I5635c961d38d01bbed1968607fb5246e88574c1a Reviewed-on: https://webrtc-review.googlesource.com/75102 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23159}
This commit is contained in:
parent
8e952d1f1c
commit
092bbb5193
16
DEPS
16
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': '972ad081bc73a5f7aaf3cde80b58eef6f597e4cc',
|
||||
'chromium_revision': '5de2157f1e7fb9b16f92472fcdf635911f478495',
|
||||
'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': 'e54b6ffb6dad19cbd4bfb79fcc768fd274a602f8',
|
||||
'catapult_revision': 'e853531767d21d94507e2f0b786b374de030248b',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -42,7 +42,7 @@ 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' + '@' + '7e15f092881f05c2c9a0812c0421025eb788ba6a',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'c5356a4b51d22fdba55fbbd2167468cb20c43774',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'b61b6b6a2e285bba391061b049b89066b93165e7',
|
||||
'src/buildtools':
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7cf6557612d9c908b9aa19c933e14a830467603b',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9d27efb09ddc1c6668e063482e05b05798a2cdc3',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fc9bddc533a147109ae9cee0161cb34e8f30934b',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f0ade05cb29ea8295c1c49dcab1b62aeceaa829f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6cffa789bd84ab601309acbdece763a38b145d16',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '62736ae0adaddfb8450f7159424506cfbf6d18ff',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'condition': 'checkout_android',
|
||||
@ -84,7 +84,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' + '@' + '5e5f2d60353bb93898302458f37ae667d60c7b8e',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5ae86d2021277b545889959125e778820849cf15',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -165,7 +165,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' + '@' + '6fac6ce82dace9b574ec8580b18600f287b7d4e8',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'abafe60c0f8ac39998d030640508d5c36e4551df',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user