Roll chromium_revision d2d3a3975e..f50e2dcfad (481386:481468)

Change log: d2d3a3975e..f50e2dcfad
Full diff: d2d3a3975e..f50e2dcfad

Changed dependencies:
* src/build: 93312c2c04..68d4fc6ed2
* src/buildtools: b92ff91308..7f2cacbbe2
* src/ios: 9a1682e07c..303110aaae
* src/testing: c930d3713e..08706f3608
* src/third_party: 6241c979f6..39679a0b29
* src/third_party/catapult: a3bd0d57bd..76def89024
* src/tools: b8b49b7e75..0c9c087560
DEPS diff: d2d3a3975e..f50e2dcfad/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2952993002
Cr-Commit-Position: refs/heads/master@{#18708}
This commit is contained in:
buildbot 2017-06-22 00:14:06 -07:00 committed by Commit Bot
parent 7a6c80b364
commit 86e7ef83b3

16
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'd2d3a3975e9c7f3c5c62ef0ecad2683332894600',
'chromium_revision': 'f50e2dcfad8c3e03eb9445243e4b5e8fccf15b87',
'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': 'a3bd0d57bdb05c4dfa6762d0c9df28d262c197e9',
'catapult_revision': '76def89024c63d7d3fd777cd82b92ae7dc8bc781',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -35,13 +35,13 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '9c4145d9135a87f61ed5dc614102eb8115ca625e',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '93312c2c04ba4a77aad22b5aca99cbffcca786ba',
Var('chromium_git') + '/chromium/src/build' + '@' + '68d4fc6ed245ab2f42031f1614f61a00c8db9b40',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b92ff913082ac9223b48eee9a5fc9db91346279a',
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2c94452e05e8702c3ae65a9',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c930d3713e886d261cfbffddaaab7eef63ed39ce',
Var('chromium_git') + '/chromium/src/testing' + '@' + '08706f3608ed7923d2e85582e266f6bc0830b6ff',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6241c979f6d0b8e66f2d13ddda6c5562c82b99de',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '39679a0b290b7bddad3a0c2a04182ae8dc556407',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -74,7 +74,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' + '@' + 'b8b49b7e75b85eab0e71e9153c59a05d74901a3d',
Var('chromium_git') + '/chromium/src/tools' + '@' + '0c9c08756043eb4a7a946bb891bf9bbbb97ed236',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '9a1682e07c2890bc7b5681fc908b82da5d790338',
Var('chromium_git') + '/chromium/src/ios' + '@' + '303110aaaedb6049abd13ef3d82a6abc7ca8b0e3',
},
'unix': {
'src/third_party/lss':