Roll chromium_revision 10156ea4fa..97b87d124d (627488:627608)

Change log: 10156ea4fa..97b87d124d
Full diff: 10156ea4fa..97b87d124d

Changed dependencies
* src/base: 3fc534991e..2ff6fbc750
* src/build: d7787756cb..09245f11f1
* src/ios: 6ff3c759a3..4bca6e09b3
* src/testing: 9c4deaccaa..d861c00a05
* src/third_party: 89af89b135..1bc79a4fa0
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4322547327..36e00d45b4
* src/tools: 2405a4c20d..01b10a3195
DEPS diff: 10156ea4fa..97b87d124d/DEPS

No update to Clang.

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

Change-Id: I079effe7f52b6b7957aa165605e6ab651d8bde23
Reviewed-on: https://webrtc-review.googlesource.com/c/120680
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@{#26479}
This commit is contained in:
chromium-webrtc-autoroll
2019-01-30 14:01:45 -08:00
committed by Commit Bot
parent 2d79dccfb1
commit 287298159f

16
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default', 'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '10156ea4faa45bc0a61817c07659dc4c98ce910b', 'chromium_revision': '97b87d124d1ce3e64bf18ffdb6be24a3bdd09ef8',
'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
@ -24,7 +24,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': '432254732785aeba19c43a04c3afe3b2d25bac6c', 'catapult_revision': '36e00d45b42c2b88a7fe2ec3e0ef132edb4fc25b',
# 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.
@ -46,9 +46,9 @@ 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' + '@' + '3fc534991e3fdc0113090a3aa21b09510fda6f7b', Var('chromium_git') + '/chromium/src/base' + '@' + '2ff6fbc7502f325c42497d76699d6540b002f9d8',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'd7787756cbd19b868fa37c0414333ae5e0ed5ec8', Var('chromium_git') + '/chromium/src/build' + '@' + '09245f11f1b49a16f51aee43c96c2afb573fca87',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '6fbda1b24c1893a893b17aa219b765b9e7c801d8', Var('chromium_git') + '/chromium/buildtools.git' + '@' + '6fbda1b24c1893a893b17aa219b765b9e7c801d8',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -58,13 +58,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6ff3c759a37954bce1ee4a0e96f3a63cfa916705', 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4bca6e09b3a3363e36c141658e2ff525e6b8f058',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '9c4deaccaa070f2c887805d9f0ce51aee4b7a90f', Var('chromium_git') + '/chromium/src/testing' + '@' + 'd861c00a051be310adc86d8b1281e5a07de9e1ce',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '89af89b135af2df3155ee7b68ffbdd416ecad0ba', Var('chromium_git') + '/chromium/src/third_party' + '@' + '1bc79a4fa02c7a60da26ee7d618aab53b86f9e2e',
'src/third_party/android_ndk': { 'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -229,7 +229,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' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools': 'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '2405a4c20d9e366895305ed17a85ebcb74743538', Var('chromium_git') + '/chromium/src/tools' + '@' + '01b10a3195952f6e50f751d28a916c8234a1fed5',
'src/tools/swarming_client': 'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),