Roll chromium_revision f1a4115682..7ca76f7356 (620494:620613)

Change log: f1a4115682..7ca76f7356
Full diff: f1a4115682..7ca76f7356

Changed dependencies
* src/base: bb560c99db..c2f24538aa
* src/build: ec12efbe08..86d2058fe9
* src/ios: 0b5e0fc29e..79065af09e
* src/testing: 7fd03ead2e..746c09e82c
* src/third_party: 60a7202b80..86310c2054
* src/third_party/depot_tools: c0641b8e93..d16b51b9bf
* src/tools: b538bb2521..31be6eb1e3
DEPS diff: f1a4115682..7ca76f7356/DEPS

No update to Clang.

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

Change-Id: I3cb588a850cadd189e6857df7540ace234444a87
Reviewed-on: https://webrtc-review.googlesource.com/c/116462
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@{#26153}
This commit is contained in:
chromium-webrtc-autoroll
2019-01-07 20:01:36 -08:00
committed by Commit Bot
parent fbe2cf2b1b
commit f8a6974e75

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': 'f1a4115682fb1bb158e18cab70db1dc76f8f2c86',
'chromium_revision': '7ca76f7356dfb9ed45ed7e555f4f253678606499',
'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' + '@' + 'bb560c99db7dcd4e37008cebc74d2ee13e4e55cd',
Var('chromium_git') + '/chromium/src/base' + '@' + 'c2f24538aa57d8f1ed8366c60de757f72a5f6c42',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'ec12efbe089d590907d0b08f4739f981c2f465f2',
Var('chromium_git') + '/chromium/src/build' + '@' + '86d2058fe91941a651e558101cf06de91141f82e',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -58,13 +58,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0b5e0fc29ebe6bd0faeb07eccf4c966c2ebb7cb9',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '79065af09ec3b9a23d412d32cb6863ed4846e5e5',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '7fd03ead2e3f95f81c37fbbda1ffcbe865e1790c',
Var('chromium_git') + '/chromium/src/testing' + '@' + '746c09e82c4d8cdb2002b3fd7e2a1758aec5f129',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '60a7202b806f0e519525d1cb401f01a16a8ac0ce',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '86310c2054ac8ae78bf99fefc4d1097a8f6b6411',
'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' + '@' + 'c0641b8e930496500616b6f7253da869fc4a343e',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd16b51b9bf1795ca337a878288c38728f6d1a1da',
'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' + '@' + 'b538bb2521c536e5c19243a6d47d611e5350f1a7',
Var('chromium_git') + '/chromium/src/tools' + '@' + '31be6eb1e3b16f76422e7a2ba06504b3953cd6d2',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),