Roll chromium_revision 449f246dba..f2886852c4 (521761:521843)

Change log: 449f246dba..f2886852c4
Full diff: 449f246dba..f2886852c4

Changed dependencies:
* src/base: 4d8974fbc4..2730f9269d
* src/build: f78b0ea4c3..6be95fa4b4
* src/ios: c196f83f4d..d3edd64291
* src/testing: f74dc877ea..2aa3732ddf
* src/third_party: e58e9c405d..71c12c4bad
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6b77e41141..37c17ee783
* src/tools: c4809c1b5e..84404f2aff
DEPS diff: 449f246dba..f2886852c4/DEPS

No update to Clang.

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

Change-Id: I3e35aea5502428ac42a992de993f8670549f8a45
Reviewed-on: https://webrtc-review.googlesource.com/30000
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21095}
This commit is contained in:
Autoroller
2017-12-05 13:47:49 -08:00
committed by Commit Bot
parent 51e2046dbc
commit 111e883ad2

16
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '449f246dbadc7fc57df5456203845388f1f93797',
'chromium_revision': 'f2886852c4001b55131f3ac509a409788304c90b',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,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': '6b77e41141aabd9e20bb36c070ff412fec14ed92',
'catapult_revision': '37c17ee783f358fa01ae994ed89162722b961616',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -38,9 +38,9 @@ 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' + '@' + '4d8974fbc461a6ad7ead27709a6eeaa2bb184d4d',
Var('chromium_git') + '/chromium/src/base' + '@' + '2730f9269d4debbeab5596259363038a25153515',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'f78b0ea4c38a3986bc4bc1f64899725f3519b5dd',
Var('chromium_git') + '/chromium/src/build' + '@' + '6be95fa4b4bde3ff800ebc4c1b157cb1da83342c',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '282996b8c3cf7f05bbb5209432e9fe8162c6e7ac',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c196f83f4debeca6af24854bc23eab1ae0897b3c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd3edd6429129e7fa70e58de94ab0a02ff8e77509',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f74dc877ea261bf7c3b8f0f3700ca44b88a95e7b',
Var('chromium_git') + '/chromium/src/testing' + '@' + '2aa3732ddf41d874ab364c48d293756a7a2b9f24',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e58e9c405d49af6ef89495fe600ef66cfb148eb1',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '71c12c4bad6a0a820bac6138373fc72cb59aa34f',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',
@ -155,7 +155,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c4809c1b5eea8af49ead7351c2dc2c4c49a534fc',
Var('chromium_git') + '/chromium/src/tools' + '@' + '84404f2affddc2f0a5bcd91e94cb85ba7cde8946',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':