Roll chromium_revision 0bc7995b0c..95e51a93db (527790:527891)

Change log: 0bc7995b0c..95e51a93db
Full diff: 0bc7995b0c..95e51a93db

Changed dependencies:
* src/base: afa9c9de7c..0901b271c4
* src/ios: c0321cea40..4125d34aa9
* src/testing: af1c7dd401..2c79555836
* src/third_party: 9d6abb135c..d583b2a6c6
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/34323dc0a2..e1f9b2c0b5
* src/third_party/depot_tools: df27bf6f00..4fbf4bece2
* src/tools: a6f8bdbd8c..3629cb02fe
DEPS diff: 0bc7995b0c..95e51a93db/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I357a5e211541fd05628a7a8a30907483f51661b8
Reviewed-on: https://webrtc-review.googlesource.com/38140
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21526}
This commit is contained in:
Autoroller 2018-01-08 19:45:44 -08:00 committed by Commit Bot
parent 65d9b54137
commit 85e6f39949

16
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '0bc7995b0c9b92373c834105431a0b9142229d90',
'chromium_revision': '95e51a93db90cddbc7ba0e3b81af13ea1a9d4c81',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,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': '34323dc0a2a96eab02fc28f64499c8473c473395',
'catapult_revision': 'e1f9b2c0b5761fd51e665b82f50ae96d9ded2cf3',
# 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,7 +38,7 @@ 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' + '@' + 'afa9c9de7c9099fbe357b150889c2cf93dc82f1e',
Var('chromium_git') + '/chromium/src/base' + '@' + '0901b271c4545342bb906bc440eb8ce958cb83a7',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '1ce2f5d198826a4fb8f4b1c6b91c50163bb9127a',
'src/buildtools':
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c0321cea4085991b1f3d94e58f8e159076a4e149',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4125d34aa9434d9ce4d3924d3787814c95a8c853',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'af1c7dd401d87d6cfa328bc344098dd29dfc5d7a',
Var('chromium_git') + '/chromium/src/testing' + '@' + '2c79555836e875092445123d540eb6a7ee9679c4',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9d6abb135c8589f0e80b30ba76458792ae63daec',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd583b2a6c672dc79143fe2c8c72886e2db35478f',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + '7d781b3544ef67dfa8c7c0c1a347b818c49c42bc',
'condition': 'checkout_android',
@ -76,7 +76,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'df27bf6f0034ac718433f8c745f9229514aca960',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '4fbf4bece21f87ac2b08d208698db06876d0988d',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0fce89415c910ed2196f4bddf601ffddd90504fa',
'condition': 'checkout_android',
@ -155,7 +155,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a6f8bdbd8cd6fcfee98eadd1b4b4dca8bb424ac1',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3629cb02fe2825bbc8012aa0e11ec33821e69ac7',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':