Roll chromium_revision 81845cf247..a64fa182cd (554621:554722)

Change log: 81845cf247..a64fa182cd
Full diff: 81845cf247..a64fa182cd

Changed dependencies:
* src/base: 54644bdd2c..4e0b74ac4c
* src/build: fb6dc3aba5..8c075578bb
* src/testing: 91977e8c64..dce34bf986
* src/third_party: f3df07c278..a4cd9edd39
* src/tools: 536c720c9f..a2528eeccc
DEPS diff: 81845cf247..a64fa182cd/DEPS

No update to Clang.

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

Change-Id: I3dff8071187dab8f5d13c856b896a69366bab0fb
Reviewed-on: https://webrtc-review.googlesource.com/73381
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23067}
This commit is contained in:
Autoroller 2018-04-30 04:44:24 -07:00 committed by Commit Bot
parent f22550175b
commit 71a720ba16

12
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': '81845cf2470d1622df8bad88b06965d4416ff4ac',
'chromium_revision': 'a64fa182cddd6ce71c60a4b793fa1a0dcb849d29',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -46,9 +46,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' + '@' + '54644bdd2cb324b30d580a13c7d571518f695467',
Var('chromium_git') + '/chromium/src/base' + '@' + '4e0b74ac4cf2170525ff5ad8ae6a001513986cc9',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'fb6dc3aba5f080908acb63b6dcd544c25051d793',
Var('chromium_git') + '/chromium/src/build' + '@' + '8c075578bb6c7b49b981fec6cf88ea4e1927a7ca',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b7d53a93026d04002ca0705b5bf002de79c72165',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -62,9 +62,9 @@ deps = {
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '91977e8c64ece965f10dbae115b7fd54b39101cc',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dce34bf9863ba8adef64880a8578b704de48108a',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f3df07c2782e2e04be42265dca917ce02140a64f',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4cd9edd39ff2b62eb998949620272e1a0ff9adb',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'condition': 'checkout_android',
@ -171,7 +171,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' + '@' + '536c720c9ff4e88ed4e84376f6e0b5dd2ae4a4d6',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a2528eeccc0a5275b6ffe0b70036fae17a17d594',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':