Roll chromium_revision 14204222a6..73b8f7ed8d (470073:470150)

Change log: 14204222a6..73b8f7ed8d
Full diff: 14204222a6..73b8f7ed8d

Changed dependencies:
* src/base: 5298bf6fea..efbb1d2e5a
* src/build: ab75dcc805..db1fe5b46d
* src/ios: 5328af2ef3..780ba13cdc
* src/testing: 6152a1a8b7..062f82cd07
* src/third_party: 6339fb697a..55cb411eb5
* src/third_party/catapult: a71975b6f8..a263e5566d
* src/third_party/libvpx/source/libvpx: b35f64241f..f4653c1efc
* src/tools: b87d38d0e9..ddc4b2fa84
DEPS diff: 14204222a6..73b8f7ed8d/DEPS

No update to Clang.

TBR=marpan@webrtc.org,
BUG=None

Review-Url: https://codereview.webrtc.org/2870583003
Cr-Commit-Position: refs/heads/master@{#18057}
This commit is contained in:
buildbot
2017-05-08 20:25:48 -07:00
committed by Commit bot
parent 8910a5d083
commit ef39d3d8f3

18
DEPS
View File

@ -2,7 +2,7 @@
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '14204222a60621a7987ef2d450094f59bf6c4524', 'chromium_revision': '73b8f7ed8d1105af3d39563f30a2771aee24923f',
'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': 'a71975b6f89dc0b61b7a12584a558572b90db174', 'catapult_revision': 'a263e5566dcc7ea2e520c9f237ca21a556d10eaf',
# 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.
@ -34,15 +34,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' + '@' + '5298bf6feab39076c9d09fa3efeb29c9bab4d8a0', Var('chromium_git') + '/chromium/src/base' + '@' + 'efbb1d2e5ae3609319dc78fd666916e51e7017f0',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'ab75dcc805af325e812f1dffaa38298186a2ca4d', Var('chromium_git') + '/chromium/src/build' + '@' + 'db1fe5b46db5b268241df50088c3f9895824fbd6',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '6152a1a8b7287c7f185c1fbf6e297b0ce6d24a0c', Var('chromium_git') + '/chromium/src/testing' + '@' + '062f82cd07bdb6ab6448d9d57bea626309dc385d',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6339fb697ab0ab7977bf3ea80074e031525adc25', Var('chromium_git') + '/chromium/src/third_party' + '@' + '55cb411eb518522867ebb4628a70e493b997cae4',
'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':
@ -65,7 +65,7 @@ deps = {
'src/third_party/libsrtp': 'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'ccf84786f8ef803cb9c75e919e5a3976b9f5a672', Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'ccf84786f8ef803cb9c75e919e5a3976b9f5a672',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b35f64241f0628987db592b5936dde58ca30b0db', Var('chromium_git') + '/webm/libvpx.git' + '@' + 'f4653c1efc0a8d758195572de34ae05271453d93',
'src/third_party/libyuv': 'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '945ea1b7463004581502ebbcfc5a0b2f54ff6867', Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '945ea1b7463004581502ebbcfc5a0b2f54ff6867',
'src/third_party/openh264/src': 'src/third_party/openh264/src':
@ -77,7 +77,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' + '@' + 'b87d38d0e9799b199a7458bcff4b3948c54154d2', Var('chromium_git') + '/chromium/src/tools' + '@' + 'ddc4b2fa8493152a3d7385db5905f62feab53ec8',
'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':
@ -117,7 +117,7 @@ deps_os = {
}, },
'ios': { 'ios': {
'src/ios': 'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '5328af2ef36f347f863d93e1ae56a826cddba825', Var('chromium_git') + '/chromium/src/ios' + '@' + '780ba13cdc42bcc281f0771a4f3111f82c879ffc',
}, },
'unix': { 'unix': {
'src/third_party/lss': 'src/third_party/lss':