Roll chromium_revision 51b208180c..3016c7260f (468309:468316)
Change log:51b208180c..3016c7260fFull diff:51b208180c..3016c7260fChanged dependencies: * src/testing:762ed82b67..61f02a5e71* src/third_party:3971b7ad1b..4903852180* src/tools:fa11dc079a..e9f12310e7DEPS diff:51b208180c..3016c7260f/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2853823002 Cr-Commit-Position: refs/heads/master@{#17960}
This commit is contained in:
8
DEPS
8
DEPS
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
'chromium_git': 'https://chromium.googlesource.com',
|
'chromium_git': 'https://chromium.googlesource.com',
|
||||||
'chromium_revision': '51b208180cdd9881d699b7d28273d7addbce69fb',
|
'chromium_revision': '3016c7260fec3bd2485a0377166bb0aa52112a15',
|
||||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling swarming_client
|
# the commit queue can handle CLs rolling swarming_client
|
||||||
@ -40,13 +40,13 @@ deps = {
|
|||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '762ed82b673e5fdadbf3d63bb855967434a8e2d1',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + '61f02a5e710643b50942141647094693a7b4a171',
|
||||||
'src/testing/gtest':
|
'src/testing/gtest':
|
||||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
|
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
|
||||||
'src/testing/gmock':
|
'src/testing/gmock':
|
||||||
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
|
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3971b7ad1b188ce5063fa5ed34fb7f91ab5b6996',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '490385218039cb499253de9e36c7ba87bbfadaa9',
|
||||||
'src/third_party/boringssl/src':
|
'src/third_party/boringssl/src':
|
||||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||||
'src/third_party/catapult':
|
'src/third_party/catapult':
|
||||||
@ -79,7 +79,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'fa11dc079adcc47179fb7bd14551b299bd1073f8',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e9f12310e780761747a381326befc382452a7e88',
|
||||||
'src/tools/gyp':
|
'src/tools/gyp':
|
||||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
|
|||||||
Reference in New Issue
Block a user