Roll chromium_revision 100b0a8b63..a0268df02e (505547:505704)

Change log: 100b0a8b63..a0268df02e
Full diff: 100b0a8b63..a0268df02e

Changed dependencies:
* src/base: e59a11932a..ec3acf010c
* src/build: ce6d3d8868..c1fc1bbb63
* src/ios: 6f96696ac8..94aefd4c5e
* src/testing: 855f7caaae..4df203d2e3
* src/third_party: bd13e6479e..fa15885e7d
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8ec7b14edf..5ec8f61fde
* src/tools: ff9f82e6ff..8b293d7a60
DEPS diff: 100b0a8b63..a0268df02e/DEPS

No update to Clang.

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

Change-Id: Id39b69b1afe4fbe75cafa8d3976441a283786321
Reviewed-on: https://webrtc-review.googlesource.com/5640
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20092}
This commit is contained in:
Autoroller 2017-10-02 11:55:24 -07:00 committed by Commit Bot
parent ecc51e96db
commit 9c37537a72

16
DEPS
View File

@ -3,7 +3,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '100b0a8b637d52d28a49980059330d42e01e1480',
'chromium_revision': 'a0268df02e700c61fd91b2c72682b374231983f6',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,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': '8ec7b14edf48a27389a11c5af3bc14991eb28152',
'catapult_revision': '5ec8f61fde1a3b172f7322769baabd8b7ec6c34e',
# 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,15 +34,15 @@ 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' + '@' + 'e59a11932a073916ad52a8903bf8e6ab0293ba57',
Var('chromium_git') + '/chromium/src/base' + '@' + 'ec3acf010c5dde513b56803d88ed80526eab3b7b',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'ce6d3d886885f095c753819b7693c65d999e8b4b',
Var('chromium_git') + '/chromium/src/build' + '@' + 'c1fc1bbb632c1bc6aedc02642ec0acc624bc55fd',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '855f7caaae045381f5d1b3c7cabc227f1fbc87ed',
Var('chromium_git') + '/chromium/src/testing' + '@' + '4df203d2e362652ec4736d2e49101834d18c032e',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bd13e6479e40917fc182cb289cb6ce2ee574bf45',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fa15885e7d8fb998692dc99447f0969f694e94fe',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -77,7 +77,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' + '@' + 'ff9f82e6fff97540a956ac8685fdc6775299febf',
Var('chromium_git') + '/chromium/src/tools' + '@' + '8b293d7a6038968f9aa2a5ad85cc75b286671eee',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':
@ -137,7 +137,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '6f96696ac81b67d66ee12da4f78b2ef49cd3c8bd',
Var('chromium_git') + '/chromium/src/ios' + '@' + '94aefd4c5ea41ff64be042dd87440431a08a7452',
},
'unix': {
'src/third_party/lss':