Roll chromium_revision 344076e53b..90346c9657 (541591:541700)

Change log: 344076e53b..90346c9657
Full diff: 344076e53b..90346c9657

Changed dependencies:
* src/build: 2510755a7d..84410477ef
* src/ios: 50eff0d56e..6e4b15e880
* src/testing: e07416eb57..63840e3f78
* src/third_party: 314ff56302..2c26e360d9
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f8058d4114..a6bfc45b62
* src/tools: 4e5eff1378..7b3fdcf7c9
DEPS diff: 344076e53b..90346c9657/DEPS

No update to Clang.

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

Change-Id: Ibfb9f3e6887053748167cfc92b15aa5b1963136b
Reviewed-on: https://webrtc-review.googlesource.com/60643
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22338}
This commit is contained in:
Autoroller 2018-03-07 18:44:55 -08:00 committed by Commit Bot
parent 081136fe53
commit a9bb99e516

14
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': '344076e53b8b61fb0f22eb42289c02f45b959455',
'chromium_revision': '90346c96572f8a53df1c9009b6e3dd7d7ab03fcc',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -20,7 +20,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
'boringssl_revision': 'f8058d41147543d6ad9a5ae5d70e7d19198bbe33',
'boringssl_revision': 'a6bfc45b6286e358ba83f7daa769e1e9012cc7bb',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lss
# and whatever else without interference from each other.
@ -40,7 +40,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '9d5451c41e221edf2e16df24e8a9952da64f1169',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '2510755a7d462162952d1278c6445303087f76b1',
Var('chromium_git') + '/chromium/src/build' + '@' + '84410477ef2d8f438b29fafbe4a2302d621c82ec',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af',
# 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' + '@' + '50eff0d56e0940322a74c41bca2b5a173885df8d',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6e4b15e88004d9d7b6ddaf0ae1746a0d79c5d203',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e07416eb5749b361f31a16f569555e6e8357be6d',
Var('chromium_git') + '/chromium/src/testing' + '@' + '63840e3f784f001b6aa560385c22dcf43c2e25db',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '314ff563021c6b1fa49f667967934b98bdb77beb',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2c26e360d9bc8b7f7fae155ee51d6f5392104849',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'condition': 'checkout_android',
@ -159,7 +159,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' + '@' + '4e5eff1378de161345b62cee2805b8d760fcf12e',
Var('chromium_git') + '/chromium/src/tools' + '@' + '7b3fdcf7c9364e71ada4a3a7a35b5321cf0f8cbb',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':