Roll chromium_revision ce95e5d83f..b8d842d9a8 (465389:465485)

Change log: ce95e5d83f..b8d842d9a8
Full diff: ce95e5d83f..b8d842d9a8

Changed dependencies:
* src/base: f6489f4fd2..34dda3c401
* src/ios: 9595ed7ed6..11ebca4c8b
* src/testing: 7b3e681f96..5eabd397b0
* src/third_party: b28b3325f9..d137201b0e
* src/third_party/catapult: e8775f0f64..cabc131467
* src/tools: 5c327d115e..3bdf19296c
DEPS diff: ce95e5d83f..b8d842d9a8/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2829563002
Cr-Commit-Position: refs/heads/master@{#17754}
This commit is contained in:
buildbot 2017-04-18 21:10:02 -07:00 committed by Commit bot
parent d8ad788a2b
commit 69d6c00ae9

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'ce95e5d83f3538e5797b85f986e52afda8a7a40a',
'chromium_revision': 'b8d842d9a8a6d837901ce9ef4629c6ebdaef5694',
'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': 'e8775f0f64bcae6b0789df6d4a2a5aca9f5cf4ac',
'catapult_revision': 'cabc13146729eeee3d96d42c345c07da760bb31c',
# 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' + '@' + 'f6489f4fd2be9f4245492fd4a708740bba073f13',
Var('chromium_git') + '/chromium/src/base' + '@' + '34dda3c401883e9e9e37802fb90f76b92c621211',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'bca1cbe2aaed610e412eed70a3a7d22799c65259',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '88811f48a6b79786ef35be86825642fc33011151',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '7b3e681f96c5bc54d1ba4a47285a9874ed18514f',
Var('chromium_git') + '/chromium/src/testing' + '@' + '5eabd397b00fc60ef6e4d381dc7ada6be8c257b2',
'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' + '@' + 'b28b3325f9374dd79d3a874d6dd688222d61f4f1',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd137201b0e35e7f972e210add9f8e671624ab55e',
'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' + '@' + '5c327d115e2022cbeb2e8f51f3a0b4dbcb1dd451',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3bdf19296c7be523d2e02d62c64a41fa3a4a2912',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -119,7 +119,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '9595ed7ed6ab7bcb3b1f990a4455f56d6ed01ef3',
Var('chromium_git') + '/chromium/src/ios' + '@' + '11ebca4c8b646f19c13f4af2d87b784902606a1c',
},
'unix': {
'src/third_party/lss':