Roll chromium_revision 31225b9c5f..380d56dda2 (616901:617001)

Change log: 31225b9c5f..380d56dda2
Full diff: 31225b9c5f..380d56dda2

Changed dependencies
* src/build: cf28da6df0..0062e6cc5b
* src/testing: fff53069be..8daf553f67
* src/third_party: b562e11267..c581edfb90
* src/third_party/depot_tools: a3773d1f30..27c6e44188
* src/tools: 3f1bcaca7f..fd41660fc1
DEPS diff: 31225b9c5f..380d56dda2/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I0abc58caa870e51eb4f6afc13b16fd3b639d5fe8
Reviewed-on: https://webrtc-review.googlesource.com/c/114575
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#26022}
This commit is contained in:
chromium-webrtc-autoroll 2018-12-15 22:07:01 -08:00 committed by Commit Bot
parent adae52b588
commit 2d8b60c258

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': '31225b9c5f3f685d65f742dc129241c30c32157c',
'chromium_revision': '380d56dda226e24230aecb27288427a544a77db9',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -48,7 +48,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '0dc1321d0130bb4580317796fb2526d8ef6ebc57',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'cf28da6df0ea4ea2210510e9c8e429d1437a5023',
Var('chromium_git') + '/chromium/src/build' + '@' + '0062e6cc5b8c47e7020abf5c603ac2a2d6e1277f',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
# 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' + '@' + 'fff53069be216db81aa30da9adb09aa78bb4ea2a',
Var('chromium_git') + '/chromium/src/testing' + '@' + '8daf553f67b4ee946a6246e0583942f50f0e5667',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b562e11267c06c43b7c4204b52401e3d252b0f28',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c581edfb90ec7edc64717e87f725a37f0cb715fc',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -111,7 +111,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a3773d1f30e1ef45a3ac091a8370fbb719afc70f',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '27c6e44188fbaf6a7a34a070e07a2b61ab569fd7',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -229,7 +229,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '3f1bcaca7fa518419eeedac1f57131197c2051d5',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'fd41660fc1590250ceb71f1d3aaa9f3a5a7637b8',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),