Roll chromium_revision 524a99e5ca..a5e331ccaa (504439:504494)

Change log: 524a99e5ca..a5e331ccaa
Full diff: 524a99e5ca..a5e331ccaa

Changed dependencies:
* src/base: da2ddfd020..34c187e6ef
* src/build: 31f81dc516..d206853452
* src/ios: 3a0bd4671c..770186c0a6
* src/testing: e7d1ea8f9b..53789ca6fd
* src/third_party: dc9e42d6c6..9de9c87f0e
* src/third_party/catapult: 0b563bed30..cf05c91b67
* src/tools: a2cea11294..456d6c1413
DEPS diff: 524a99e5ca..a5e331ccaa/DEPS

No update to Clang.

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

Change-Id: I7a772320b3621f56cab2a46aeaf5311968a349f8
Reviewed-on: https://webrtc-review.googlesource.com/3880
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19980}
This commit is contained in:
Autoroller 2017-09-26 15:03:57 -07:00 committed by Commit Bot
parent 6959306bda
commit 95214918f5

16
DEPS
View File

@ -3,7 +3,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '524a99e5ca3aa7df42d743db73fee483f624c1e3',
'chromium_revision': 'a5e331ccaa6314cf66dbc02f5b1fd0fbde1dbd3f',
'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': '0b563bed301ef780e6f0cac7bab670aaffb65fdf',
'catapult_revision': 'cf05c91b67574954c0f62d369077943f04f5de07',
# 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' + '@' + 'da2ddfd02046d44888a14677ba17ba424efc2ef6',
Var('chromium_git') + '/chromium/src/base' + '@' + '34c187e6efbf363115cab67e85a825d5c07f9aa1',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '31f81dc516dc151481a66005a27054cbe9855569',
Var('chromium_git') + '/chromium/src/build' + '@' + 'd206853452b3dbb1c867a1f73d1c04d0667b9054',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e7d1ea8f9b9845d0f694b041a9e653c574df6884',
Var('chromium_git') + '/chromium/src/testing' + '@' + '53789ca6fd95d96b22bde618ac99c5f370e8e06a',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dc9e42d6c6656e5ca65990562c4debb2e5d39205',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9de9c87f0e7555c6e3021d1025e89f93f1b54b12',
'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' + '@' + 'a2cea112942054afc601a1e25000f41fdf6c7194',
Var('chromium_git') + '/chromium/src/tools' + '@' + '456d6c14133cad00057640cde9faac4a1154075e',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':
@ -115,7 +115,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '3a0bd4671cd96aca14afdadb8ac4c781ec73e738',
Var('chromium_git') + '/chromium/src/ios' + '@' + '770186c0a6b56c71cf504f112322d6fb2abec62e',
},
'unix': {
'src/third_party/lss':