Roll chromium_revision 779c46499b..2dc643d0f9 (480899:480970)

Change log: 779c46499b..2dc643d0f9
Full diff: 779c46499b..2dc643d0f9

Changed dependencies:
* src/base: 02fdb65a2a..7bc43f35e5
* src/build: 40190ca96e..a95fe683d5
* src/ios: 32ed6c48ba..154f670f63
* src/testing: 2500e85aec..cd7d7b995e
* src/third_party: e506ff2036..0574340c5c
* src/third_party/catapult: e644f98aab..821867d518
* src/tools: 66807dba2f..9d90294962
DEPS diff: 779c46499b..2dc643d0f9/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2949923002
Cr-Commit-Position: refs/heads/master@{#18688}
This commit is contained in:
buildbot 2017-06-20 15:21:54 -07:00 committed by Commit Bot
parent 556ddc555d
commit 5a9c27cb39

16
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '779c46499b68c246e8a0e9f014cc8ff724132baf',
'chromium_revision': '2dc643d0f97edba41a95a4b725442b0a4bdd7f85',
'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': 'e644f98aab3b814659e8b7dc3aa5f6d15d9167d3',
'catapult_revision': '821867d51814b9ac27220e10e496c58e034c9c2a',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -33,15 +33,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' + '@' + '02fdb65a2a7c4e239c7da94b2de47298d9baf6b1',
Var('chromium_git') + '/chromium/src/base' + '@' + '7bc43f35e56a5a566f788eb73372a2b6989fedc5',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '40190ca96e7bb649ca244a0d4b5a91b9a26d9bcc',
Var('chromium_git') + '/chromium/src/build' + '@' + 'a95fe683d5b153f2854fd92136d1ea541d042c59',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a65473a7e8f39f04fd134e69470ab1b48514b0e',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '2500e85aecc3f981c5fe7926897bdbb798c2a1c1',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd7d7b995e2207e2941fd727afa8fb83a9bd1410',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e506ff2036c5a3bdcf854501cdb1af162560112c',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0574340c5c440de43a01b8a4601b299358b52b69',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -74,7 +74,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' + '@' + '66807dba2f954e9b4bd09ec45addde4164327c14',
Var('chromium_git') + '/chromium/src/tools' + '@' + '9d90294962024593c1d6e50e83cf10f5c6472c70',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '32ed6c48ba73fe990b6862cf1e647ada3c253a47',
Var('chromium_git') + '/chromium/src/ios' + '@' + '154f670f63dccdc14f087f3d9a562ea4cf89a23c',
},
'unix': {
'src/third_party/lss':