Roll chromium_revision 495d2cc61a..4afe10c428 (446030:446129)
Change log:495d2cc61a..4afe10c428Full diff:495d2cc61a..4afe10c428Changed dependencies: * src/base:350220928e..2d3420f66f* src/build:24cce8777f..da7ee60a5f* src/testing:b885778da8..7555312771* src/third_party:c9902b8c89..9f14a86a78* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/b43a6a289a..e429db7f48 * src/tools:8eb1f68dd4..48d7a9c535DEPS diff:495d2cc61a..4afe10c428/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2658683002 Cr-Commit-Position: refs/heads/master@{#16278}
This commit is contained in:
parent
1a7f01c6d3
commit
46fa41342a
14
DEPS
14
DEPS
@ -2,7 +2,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': '495d2cc61abb04bfdb66ad52c5ba48a4f1ffd7a4',
|
||||
'chromium_revision': '4afe10c428a371521326f42b312cdcdf9e87a7dd',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -38,19 +38,19 @@ 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' + '@' + '350220928ed040703c65bd58aa1c75e18a7a76e9',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '2d3420f66f7798def5ff92f695beea85d4d18cae',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '24cce8777fa24ce2e56334c5e2cfa7667ddc0dba',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'da7ee60a5fda8b9fbe6e23138196fdebf305d8f0',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8e94621c369e79625028f49e02bd0215f840291d',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b885778da8ffb1a4ca61cf35223132afdff91ad5',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7555312771a9b335809c98c394eeec10309f7d90',
|
||||
'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' + '@' + 'c9902b8c89f5e8dda2398e4f288c4c92858042f7',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9f14a86a78e23bf5393adbabf41181d594f769b7',
|
||||
'src/third_party/boringssl/src':
|
||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||
'src/third_party/catapult':
|
||||
@ -85,7 +85,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' + '@' + '8eb1f68dd4d3904fe68cb1a2cb82ac507a89e9a2',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '48d7a9c535906198cd563bcd4f31ccc45a356735',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
||||
'src/tools/swarming_client':
|
||||
@ -103,7 +103,7 @@ deps = {
|
||||
deps_os = {
|
||||
'android': {
|
||||
'src/third_party/android_tools':
|
||||
Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc',
|
||||
Var('chromium_git') + '/android_tools.git' + '@' + 'e429db7f48cd615b0b408cda259ffbc17d3945bb',
|
||||
'src/third_party/ced/src':
|
||||
Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409',
|
||||
'src/third_party/icu':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user