Roll chromium_revision 30474f0644..c1ad8f0a9e (467535:467572)

Change log: 30474f0644..c1ad8f0a9e
Full diff: 30474f0644..c1ad8f0a9e

Changed dependencies:
* src/build: 8ed22b4e14..dd5adf3f10
* src/ios: f161939fe9..8caeadbd67
* src/testing: 913363a57d..944933e3e3
* src/third_party: f4c3f2c0f7..b63c609c71
* src/third_party/catapult: 6858510487..8062a5765b
* src/tools: 493bf55909..0b679d7680
DEPS diff: 30474f0644..c1ad8f0a9e/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2843283003
Cr-Commit-Position: refs/heads/master@{#17899}
This commit is contained in:
buildbot
2017-04-26 21:13:46 -07:00
committed by Commit bot
parent 5d48edd960
commit 0bef66c82e

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '30474f06441fe7325ce99815f6337e2f9d425b7e',
'chromium_revision': 'c1ad8f0a9e80c7b864f432fb4cdbb6f987de53fb',
'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': '6858510487e62fed33e685dc9b715a5c3e14618b',
'catapult_revision': '8062a5765bb78e3352fd394fe9626a762bea5089',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -36,17 +36,17 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '204c30d26c452e0d424b250cf2f9b90a48b3d969',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '8ed22b4e140714aee303e3ee74a0d546379246e3',
Var('chromium_git') + '/chromium/src/build' + '@' + 'dd5adf3f10f1d98c7eacd18f371eb4c30a29e4d2',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '913363a57d7c5b3071a459a6ee88d87741d6604d',
Var('chromium_git') + '/chromium/src/testing' + '@' + '944933e3e36bbe294c2841990499798f9e6788cb',
'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' + '@' + 'f4c3f2c0f76eee5d2351d44ca07edeece5c46aea',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b63c609c712282c695faca26af16f75346fb476b',
'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' + '@' + '493bf559095aab9bceefec50cbf7b304bc9a3b07',
Var('chromium_git') + '/chromium/src/tools' + '@' + '0b679d7680d69c5d6d2786fe3bebd7c7dd757a22',
'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' + '@' + 'f161939fe937f5062e2a46f41947bc7a090e9376',
Var('chromium_git') + '/chromium/src/ios' + '@' + '8caeadbd679d268a1daaa58e8bc658243e9963a6',
},
'unix': {
'src/third_party/lss':