Roll chromium_revision 8638ef810c..3fa28bd7a0 (455459:455502)

Change log: 8638ef810c..3fa28bd7a0
Full diff: 8638ef810c..3fa28bd7a0

Changed dependencies:
* src/build: b7b3669fbd..cc8fe7c6bf
* src/ios: c5d67c7fb6..2dbda27139
* src/third_party: be9b81670b..42a41bfa5f
* src/third_party/catapult: 299d02a80d..5366cb026b
* src/tools: d4c639acaa..77cf31ed49
DEPS diff: 8638ef810c..3fa28bd7a0/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2741443004
Cr-Commit-Position: refs/heads/master@{#17122}
This commit is contained in:
buildbot 2017-03-08 12:05:22 -08:00 committed by Commit bot
parent d248f9fe82
commit 70d61ae3bf

12
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '8638ef810c10cee09e467b2ecd678341e12fc892',
'chromium_revision': '3fa28bd7a0889a62f9bbddb6e051c2baefa6c6ff',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ 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': '299d02a80d4158fc98d2a3bfe1a04c355286aec2',
'catapult_revision': '5366cb026ba8bca3a035199265d6d122189e88e9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -36,7 +36,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'ffab08fda2667e65c41dddc19b4bbee601758541',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'b7b3669fbd5447c25dbce3a64ec22695a49ea2fc',
Var('chromium_git') + '/chromium/src/build' + '@' + 'cc8fe7c6bf1c5c2accd889dd92ae7cda191b0451',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
'src/testing':
@ -46,7 +46,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'be9b81670b35987a1b5468ed0c5b0cc29b13d352',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '42a41bfa5f89f99a4f5cf078a76f965477b4d480',
'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' + '@' + 'd4c639acaa34a593c03c280debc5d504ed3f4e8e',
Var('chromium_git') + '/chromium/src/tools' + '@' + '77cf31ed49e145ee3e3f0e0f6eb2d3b53cf3bf3c',
'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' + '@' + 'c5d67c7fb6ee966f5d1623f903523c09abc7e61b',
Var('chromium_git') + '/chromium/src/ios' + '@' + '2dbda27139f3d23cee6d8827fe06e3b9ab34683d',
},
'unix': {
'src/third_party/lss':