Roll chromium_revision d604de96c9..4f16f0c98f (459307:459568)
Change log:d604de96c9..4f16f0c98fFull diff:d604de96c9..4f16f0c98fChanged dependencies: * src/base:d49079a0cb..d85a3c5a13* src/build:a18678dc18..f792848af8* src/ios:4afbbbaa88..46b14a7c3f* src/testing:7a028befe4..16c9fdd3a4* src/third_party:5903b09f59..5982252235* src/third_party/catapult:5c300b0898..517173b5db* src/third_party/ffmpeg:6d2e444456..9751ef06f9* src/third_party/libFuzzer/src:34139b3275..b9454401d3* src/tools:3a6ca3a28a..157e8fc5ceDEPS diff:d604de96c9..4f16f0c98f/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2770383002 Cr-Commit-Position: refs/heads/master@{#17379}
This commit is contained in:
parent
2ca33ee3d5
commit
07ce245895
20
DEPS
20
DEPS
@ -2,7 +2,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': 'd604de96c960021b33f929e9cdf9eca8079ad92b',
|
||||
'chromium_revision': '4f16f0c98fe3ed03673ea1dc75c0d79dd3cf5a92',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -23,30 +23,30 @@ 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': '5c300b0898debe686d83fc3646b41c5b5e96ab21',
|
||||
'catapult_revision': '517173b5db312870e2a97902f9a23cac7c65f924',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
'libfuzzer_revision': '34139b32758f0c7df6d06060fac44504a2eef342',
|
||||
'libfuzzer_revision': 'b9454401d363391ee7a685401a3fdc1775407cfc',
|
||||
}
|
||||
|
||||
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' + '@' + 'd49079a0cb17531f5057cc8de6bf10edabc4e0ef',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'd85a3c5a13cf1a7df6e0317e72fb7181417c602e',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'a18678dc188ca0c116b6e8c94263d611dd9ad796',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'f792848af8dd46e5fba993f00e8b54301307286f',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7a028befe4a4fb87bcfbd8be9e0131708580083c',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '16c9fdd3a41bd93b413fc022c493f51ebc496880',
|
||||
'src/testing/gtest':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
|
||||
'src/testing/gmock':
|
||||
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5903b09f59d1130dbeb24a492bcb68280360b683',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '59822522359f5160ea356bdfa25c2d176b102864',
|
||||
'src/third_party/boringssl/src':
|
||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||
'src/third_party/catapult':
|
||||
@ -54,7 +54,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/ffmpeg':
|
||||
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '6d2e444456b7694189165076ddfcccdf649147b2',
|
||||
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '9751ef06f90fb7ebf02b4e9ecc963a4e36a221d3',
|
||||
'src/third_party/jsoncpp/source':
|
||||
Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
|
||||
|
||||
@ -79,7 +79,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' + '@' + '3a6ca3a28abdd29091c720494125e443d4e9d6ed',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '157e8fc5ce5d1c10237391257172f05d823caa42',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
||||
'src/tools/swarming_client':
|
||||
@ -119,7 +119,7 @@ deps_os = {
|
||||
},
|
||||
'ios': {
|
||||
'src/ios':
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '4afbbbaa88e3614a5083a83421a4319b441d9350',
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '46b14a7c3ff573616454cda3f6aa6991e0178f17',
|
||||
},
|
||||
'unix': {
|
||||
'src/third_party/lss':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user