Roll chromium_revision dea6441d2d..2c2aec8ef0 (485283:485610)

Change log: dea6441d2d..2c2aec8ef0
Full diff: dea6441d2d..2c2aec8ef0

Changed dependencies:
* src/base: 6c8397f09a..6d855f0574
* src/build: fd574d91e3..2b042c14f0
* src/ios: b9a5aba9bc..e138ea0ef3
* src/testing: eca18e3799..4f8f5ece0a
* src/third_party: 237861e668..149c7500f3
* src/third_party/catapult: 72646aa580..fc9479ad5e
* src/third_party/libvpx/source/libvpx: ec4afbf74a..4e16f70703
* src/tools: 93b558504b..260ac1d5dd
DEPS diff: dea6441d2d..2c2aec8ef0/DEPS

No update to Clang.

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

Review-Url: https://codereview.webrtc.org/2974213002
Cr-Commit-Position: refs/heads/master@{#18973}
This commit is contained in:
buildbot
2017-07-11 08:02:31 -07:00
committed by Commit Bot
parent 82c5593cb6
commit 2fbd7719b0

18
DEPS
View File

@ -2,7 +2,7 @@
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'dea6441d2d8033ee73d5f746c34be09c03ed4758', 'chromium_revision': '2c2aec8ef0ef0ae6d81951b80ce8c45f7674d23e',
'boringssl_git': 'https://boringssl.googlesource.com', 'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client # the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '72646aa580ee22cd0a37c2501a36198966d71dc5', 'catapult_revision': 'fc9479ad5e3b6a9863ba6d8517535d9b7a8e95f8',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer # the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other. # 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 # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '6c8397f09a5e59ca54231535481ce7ae60315f0d', Var('chromium_git') + '/chromium/src/base' + '@' + '6d855f057492a17ab8531d5fa74d8784ba90b81f',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'fd574d91e380424cd0dc2ee6f154f4fb6ee25d17', Var('chromium_git') + '/chromium/src/build' + '@' + '2b042c14f0b3e159fe4dd86df180aa9bcee61a6d',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1', Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1',
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'eca18e379976111f6e442f31f253b7777e4e8eb6', Var('chromium_git') + '/chromium/src/testing' + '@' + '4f8f5ece0a7f73bcf065e0878fabb7c0a6f48d13',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '237861e66854a29420538fa2711b0e8ea9977737', Var('chromium_git') + '/chromium/src/third_party' + '@' + '149c7500f3be77734f7c4e284a13f4ea6a3fa0ee',
'src/third_party/boringssl/src': 'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult': 'src/third_party/catapult':
@ -62,7 +62,7 @@ deps = {
'src/third_party/libsrtp': 'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ec4afbf74a4beebadee3e1b15b43c5d4e3d3bd1c', Var('chromium_git') + '/webm/libvpx.git' + '@' + '4e16f7070354fa91c1a617ee18335e580a0b8c8c',
'src/third_party/libyuv': 'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '7bffe5e1c54bc22daebd57003735e61693719ac6', Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '7bffe5e1c54bc22daebd57003735e61693719ac6',
'src/third_party/openh264/src': 'src/third_party/openh264/src':
@ -74,7 +74,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm': 'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools': 'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '93b558504bf604bd41df7eaec5c672bee3b91af8', Var('chromium_git') + '/chromium/src/tools' + '@' + '260ac1d5dd1531f449afadb22349d496b0e49f68',
'src/tools/gyp': 'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client': 'src/tools/swarming_client':
@ -116,7 +116,7 @@ deps_os = {
}, },
'ios': { 'ios': {
'src/ios': 'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'b9a5aba9bc87a788db4ff67090175c6b40a5ab0b', Var('chromium_git') + '/chromium/src/ios' + '@' + 'e138ea0ef393e1dfca5a54c3714dd912a1c1fac3',
}, },
'unix': { 'unix': {
'src/third_party/lss': 'src/third_party/lss':