Roll chromium_revision c9d557eb3f..bda3d48716 (466514:466534)

Change log: c9d557eb3f..bda3d48716
Full diff: c9d557eb3f..bda3d48716

Changed dependencies:
* src/ios: a3cbb26b4e..b93779b9f3
* src/third_party: 44b9a727b3..ac7b87ba0c
* src/third_party/catapult: b5b525957f..4d4343808a
* src/tools: 07bb84a32f..e9f91c3ef9
DEPS diff: c9d557eb3f..bda3d48716/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2839473002
Cr-Commit-Position: refs/heads/master@{#17820}
This commit is contained in:
buildbot 2017-04-21 21:09:43 -07:00 committed by Commit bot
parent a4e9a0029d
commit 455ed97f2e

10
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'c9d557eb3ffde4daccaa464d0ea6396d16baf08f',
'chromium_revision': 'bda3d4871655a1cb5121cde488845d9b968eda6c',
'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': 'b5b525957fba7bd8fce6908b02df49f0d7e0992c',
'catapult_revision': '4d4343808af0ecf365e4a789add07c30d17f6b0e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -46,7 +46,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '44b9a727b3e4469ebfe19ea2fe592bb4d0dcc50c',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ac7b87ba0c3961a199ec27c32bb858c624d8cf0b',
'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' + '@' + '07bb84a32fd22056c74ca70e0e2824eeb284024b',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e9f91c3ef94e9ecf1ba1a0cea05cd57b249c2182',
'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' + '@' + 'a3cbb26b4edf5b0f1ad45a6ab57f70fc74a670bb',
Var('chromium_git') + '/chromium/src/ios' + '@' + 'b93779b9f3be2273fd1a612a4aedcd24f1fcc0d6',
},
'unix': {
'src/third_party/lss':