Roll chromium_revision ba3e8dd8fa..5cd331dec1 (449304:449426)

Change log: ba3e8dd8fa..5cd331dec1
Full diff: ba3e8dd8fa..5cd331dec1

Changed dependencies:
* src/base: 8cd4b3e177..d6423823d2
* src/build: fa619b2a12..333fa7c3dd
* src/ios: e1e28f1363..f79c898dcc
* src/testing: eafb0c38ce..d5c5c4d941
* src/third_party: 9979a014f0..42b1ec35fb
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/3f2611a98f..dc8c1d962e
* src/third_party/catapult: 5a31d0e078..f25bfea252
* src/tools: 39ce865156..959ba2dccf
DEPS diff: ba3e8dd8fa..5cd331dec1/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2688023002
Cr-Commit-Position: refs/heads/master@{#16521}
This commit is contained in:
buildbot
2017-02-09 14:37:37 -08:00
committed by Commit bot
parent 5d52bf7049
commit 22e39708c0

18
DEPS
View File

@ -2,7 +2,7 @@
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'ba3e8dd8fae979960278a5e604717ef9658ee3ac', 'chromium_revision': '5cd331dec1c51a6040c15c1afb4eb03d77187dbe',
'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
@ -15,7 +15,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL # the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other. # and whatever else without interference from each other.
'boringssl_revision': '3f2611a98fce5c84e5e01408d2b8e18316143e84', 'boringssl_revision': 'dc8c1d962e688c01cd8903d40ada70a75f700ad7',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nss # the commit queue can handle CLs rolling nss
# and whatever else without interference from each other. # and whatever else without interference from each other.
@ -27,7 +27,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '5a31d0e078e186c1a1dda91ff452c13023ab7c41', 'catapult_revision': 'f25bfea25223277cb04abf0eef039f35f280c987',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer # the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other. # 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 # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '8cd4b3e17762111efc63595e8e67694e4ba110a9', Var('chromium_git') + '/chromium/src/base' + '@' + 'd6423823d2ecc39ec12c272873ba9a9d52af29f8',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'fa619b2a125397b5e42160ce1c675a62726b8b67', Var('chromium_git') + '/chromium/src/build' + '@' + '333fa7c3dd0d2ec747aa9f507597e6bb4e33f2ff',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c', Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'eafb0c38ceab6f438d1b83fb618f147d47a3c029', Var('chromium_git') + '/chromium/src/testing' + '@' + 'd5c5c4d941d6f78fdd562ab5cbec2a3cd05454e4',
'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' + '@' + '9979a014f0ba38d493f598718e78a0013108fdc5', Var('chromium_git') + '/chromium/src/third_party' + '@' + '42b1ec35fbb6df77004da1bce3fa85dce1db287b',
'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':
@ -85,7 +85,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' + '@' + '39ce8651563c223e7801137b82ca3cea747bd1b0', Var('chromium_git') + '/chromium/src/tools' + '@' + '959ba2dccf4fc5566185d530313181f2bad21890',
'src/tools/gyp': 'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client': 'src/tools/swarming_client':
@ -125,7 +125,7 @@ deps_os = {
}, },
'ios': { 'ios': {
'src/ios': 'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'e1e28f13632d9aaee4163bfb732f54a3c36ba7fa', Var('chromium_git') + '/chromium/src/ios' + '@' + 'f79c898dcc6f0b0b6e17101108b9a6cd80a74452',
}, },
'unix': { 'unix': {
'src/third_party/lss': 'src/third_party/lss':