Roll chromium_revision 319b885718..057e94297e (445689:445739)
Change log:319b885718..057e94297eFull diff:319b885718..057e94297eChanged dependencies: * src/base:cce542e3d7..ae6760788e* src/build:bba7d3dfe3..8ffcf1460f* src/testing:ffe8a52fdd..af6da07e59* src/third_party:d3d7bc6bb3..6d3258111a* src/tools:fa1e6e62b9..ec97c74192DEPS diff:319b885718..057e94297e/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2652653008 Cr-Commit-Position: refs/heads/master@{#16251}
This commit is contained in:
12
DEPS
12
DEPS
@ -2,7 +2,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': '319b8857181ea6d7a33fc437506b253ead3af317',
|
||||
'chromium_revision': '057e94297ee02e02b8ef4ff2dbe4c6f5f0914bab',
|
||||
'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' + '@' + 'cce542e3d7408e28b2dbbf47790888e8b5425f77',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'ae6760788ec12246da872e836d74771570a58c1e',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'bba7d3dfe3500ad5add05fda8991954cb123fd5f',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '8ffcf1460f2606ff2fc7ca90e0a81cfe6e85bb40',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8e94621c369e79625028f49e02bd0215f840291d',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ffe8a52fddebb4c1143f03daf3e9d011ebce5f8f',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'af6da07e594e638898fec5b2de1e7d641eac22a5',
|
||||
'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' + '@' + 'd3d7bc6bb370b1374fd394a3cd8907832c2211d1',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6d3258111acfc73b357e14271821a5cdbf877d44',
|
||||
'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' + '@' + 'fa1e6e62b95447e1e2559b0b6100b18e18001f22',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ec97c741924d4b9939f3664a74a238b7d8549cd9',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Reference in New Issue
Block a user