Roll chromium_revision a8fefcd5b4..9e6de2fd12 (486051:486193)
Change log:a8fefcd5b4..9e6de2fd12Full diff:a8fefcd5b4..9e6de2fd12Changed dependencies: * src/base:83fcd6a3db..430af6bdff* src/build:d81632d5cb..2bbb6187a6* src/buildtools:3d2d34dde4..1dcd1bdbe9* src/ios:26eae2a9f3..ddcabb4bc4* src/testing:1fbfe9acd5..dd935c5f2f* src/third_party:05a44dda54..986c12a971* src/third_party/catapult:08d8c9f086..6c40c273a7* src/third_party/gtest-parallel:2a45a8d381..6f65b6ce25* src/tools:fe8181e88f..ab39743828DEPS diff:a8fefcd5b4..9e6de2fd12/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2976083002 Cr-Commit-Position: refs/heads/master@{#18993}
This commit is contained in:
parent
67e438ffe5
commit
2615243470
20
DEPS
20
DEPS
@ -2,7 +2,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': 'a8fefcd5b469c0423ca7853d9bee73f3532c9ad2',
|
||||
'chromium_revision': '9e6de2fd12bf68b77d3ada7755f39a75497c096d',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -23,7 +23,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': '08d8c9f0860202115b653dc31a06d366a5978623',
|
||||
'catapult_revision': '6c40c273a7fe857803a56575644cfa81880673ad',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -33,15 +33,15 @@ 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' + '@' + '83fcd6a3dbde92784d5fe95ae5d6b084f024885c',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '430af6bdff8891514cd900c18ba73753816a5af0',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'd81632d5cbdb96333391d43af6fb5f27f3fa3853',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '2bbb6187a6f44c257456e4ae359f74179fac4923',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3d2d34dde457f07ca410d1c06f4f3b9063c28643',
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1fbfe9acd54815569899f1f80ef5561eda12bce8',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dd935c5f2f853cdd347e9f86856c3f144ef08228',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '05a44dda540d1e5c55cc0d208a05df452cb22e15',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '986c12a971c6b29aced1cc5bec0526c7200ab736',
|
||||
'src/third_party/boringssl/src':
|
||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||
'src/third_party/catapult':
|
||||
@ -74,7 +74,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'fe8181e88fe5f306ef116b67e505a706523978ea',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ab39743828c88f1b3de05f7ed6c5e035027c7985',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
||||
'src/tools/swarming_client':
|
||||
@ -85,7 +85,7 @@ deps = {
|
||||
'src/third_party/gflags/src':
|
||||
Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb065c83beff83d50ae025a55a4bf94dfca',
|
||||
'src/third_party/gtest-parallel':
|
||||
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '2a45a8d381bf1aa14071615bc787daa524e35236',
|
||||
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '6f65b6ce25e10f08c9553e825500232f4d585b56',
|
||||
}
|
||||
deps_os = {
|
||||
'android': {
|
||||
@ -116,7 +116,7 @@ deps_os = {
|
||||
},
|
||||
'ios': {
|
||||
'src/ios':
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '26eae2a9f3f21b9955f86b6a2d34ecbc1c9bb92b',
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + 'ddcabb4bc499e0ace864cac46720c3f72308871a',
|
||||
},
|
||||
'unix': {
|
||||
'src/third_party/lss':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user