Roll chromium_revision 38c1f9493b..77414f1023 (456116:456179)

Change log: 38c1f9493b..77414f1023
Full diff: 38c1f9493b..77414f1023

Changed dependencies:
* src/base: 5dd6df05b3..d2d58f503b
* src/build: 957a0ba4d6..78d6849c6b
* src/ios: b10d93fa9c..03acb7fbad
* src/testing: 9b48345f63..bfd655f923
* src/third_party: 60d8565dbb..5d4dfa8fac
* src/third_party/catapult: faa1c3e0ae..aa43547957
* src/tools: a9f9ba53e9..2910cab22b
DEPS diff: 38c1f9493b..77414f1023/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2740393002
Cr-Commit-Position: refs/heads/master@{#17177}
This commit is contained in:
buildbot 2017-03-10 14:19:20 -08:00 committed by Commit bot
parent 9a1604b027
commit d62cb220f2

16
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '38c1f9493be8263b28d0f635d240b547efd75e09',
'chromium_revision': '77414f1023d40d82ec1b636f67a99316b26210be',
'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': 'faa1c3e0aeca393036f21a3722b75b245bb432c7',
'catapult_revision': 'aa4354795733e91c5caf2a25b111240bf3637b5f',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -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' + '@' + '5dd6df05b309794094245dd20b61308edf822097',
Var('chromium_git') + '/chromium/src/base' + '@' + 'd2d58f503b471f573f3834352a50b24b7ffc47e1',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '957a0ba4d6375e502c04e8099bec7ef8e11d0efe',
Var('chromium_git') + '/chromium/src/build' + '@' + '78d6849c6bee3ddda593339e6097953945e1ea4c',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '9b48345f63e17cc2b9f1a911523d464d61ec2f57',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'bfd655f9235a523038dc1ee1db8c8c62d1c736c6',
'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' + '@' + '60d8565dbb262e696d57d6708aa8ae160ccc8a12',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5d4dfa8fac82e4fb5060046c587b882288befe6d',
'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' + '@' + 'a9f9ba53e958649693f2ab613b1a679a6920bcec',
Var('chromium_git') + '/chromium/src/tools' + '@' + '2910cab22ba1a40d025bb9c348cafb0aa0509dbd',
'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' + '@' + 'b10d93fa9c1edd2cfe70d03c927c3fe99aa3b80c',
Var('chromium_git') + '/chromium/src/ios' + '@' + '03acb7fbad1a2aa90b97113651bf611e1059cd7c',
},
'unix': {
'src/third_party/lss':