Roll chromium_revision 28867910b5..b416391e0a (468153:468198)
Change log:28867910b5..b416391e0aFull diff:28867910b5..b416391e0aChanged dependencies: * src/base:82d75227c1..b989bd1458* src/testing:e8c96d8c86..762ed82b67* src/third_party:695d5f4b18..10fdbbd967* src/tools:72a39f4422..cec732b51fDEPS diff:28867910b5..b416391e0a/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2849943003 Cr-Commit-Position: refs/heads/master@{#17939}
This commit is contained in:
parent
419c742715
commit
9e1c527b40
10
DEPS
10
DEPS
@ -2,7 +2,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': '28867910b5b95627028a0f1c6a60f3982f7a5e83',
|
||||
'chromium_revision': 'b416391e0ae62217afb7ea5ffeb04ab2640a96ed',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -34,19 +34,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' + '@' + '82d75227c117bd2d71d97b71b0f505cefd481061',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'b989bd1458f545e82ef37f53b793e7fe044e4a63',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '23ab15d13e5db755f2e8c8f9eaca12dbc8d9aea1',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e8c96d8c86c380a3143a1dcb734c5e958859df33',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '762ed82b673e5fdadbf3d63bb855967434a8e2d1',
|
||||
'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' + '@' + '695d5f4b18da1dfcc99be951a6645969f44e709d',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '10fdbbd967c2a5f0fde507679f351f8393cf0125',
|
||||
'src/third_party/boringssl/src':
|
||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||
'src/third_party/catapult':
|
||||
@ -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' + '@' + '72a39f442282549dc2a5a230dc17f8439f1ce318',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'cec732b51fa080c861b481887c1e1bbcf129b132',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user