Roll chromium_revision d27cf4ed11..e2fc74b70d (450608:450647)

Change log: d27cf4ed11..e2fc74b70d
Full diff: d27cf4ed11..e2fc74b70d

Changed dependencies:
* src/base: e1bc378499..080b352c99
* src/ios: ddf0450437..fb560b3bce
* src/testing: 78526a1571..33a976b003
* src/third_party: b48a727b15..d0159f3653
* src/third_party/catapult: d31d896231..fadc168f51
* src/tools: 4cd6b6b238..6e88fe2ac4
DEPS diff: d27cf4ed11..e2fc74b70d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2693183005
Cr-Commit-Position: refs/heads/master@{#16626}
This commit is contained in:
buildbot
2017-02-15 02:49:04 -08:00
committed by Commit bot
parent 2a8c2f589a
commit a7b682aa18

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'd27cf4ed111ab7f3bdab607fe48e4446d6cf15ca',
'chromium_revision': 'e2fc74b70d6ea11c08c6df1ef2b1372eccc5385f',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -27,7 +27,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': 'd31d896231ad698f50692b012810969c4d03f0a9',
'catapult_revision': 'fadc168f513f08690b97aea9fa132464bf1648f7',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -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' + '@' + 'e1bc37849938cba4901edf6893c7a003e18605b0',
Var('chromium_git') + '/chromium/src/base' + '@' + '080b352c9954534b4016fd5ab86b49dedb59eb0b',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'f90e950a28a3750a3f489f7d26cd3a9bdfcc6ebb',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '78526a157139c67b151f0d5359a9409d8b53a39c',
Var('chromium_git') + '/chromium/src/testing' + '@' + '33a976b00353508d7123ec620b6c269e08b789c8',
'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' + '@' + 'b48a727b15ae390703461c5d2941e0f6510ca9fe',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd0159f36534e1ba99c90bd9969415872db38d19c',
'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' + '@' + '4cd6b6b238bfd13e9bf52c9c66d0ed2a04414b0f',
Var('chromium_git') + '/chromium/src/tools' + '@' + '6e88fe2ac4410e84827652432a00ab4d4df9f2d1',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -125,7 +125,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'ddf0450437dabbbddb88230f815c56e5821a2df5',
Var('chromium_git') + '/chromium/src/ios' + '@' + 'fb560b3bceb4a69c000e03a1f06be75e83b92396',
},
'unix': {
'src/third_party/lss':