Roll chromium_revision e247d79575..3e0dea7b74 (584490:584728)

Change log: e247d79575..3e0dea7b74
Full diff: e247d79575..3e0dea7b74

Changed dependencies:
* src/base: f0547ccf1a..bfaabf2504
* src/build: 246c5791b8..fc41447f02
* src/ios: 10140842ef..c152c684cc
* src/testing: 0ffa776c67..c74ae33716
* src/third_party: 42cc7af495..d7684fa9c6
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e8964a2cd3..ba76717a8d
* src/third_party/depot_tools: dd765da4df..85f5e7ccd1
* src/tools: 44aee9142b..d4200a2eff
DEPS diff: e247d79575..3e0dea7b74/DEPS

No update to Clang.

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

Change-Id: Icff4b469396044d40c051ea5cbab60ffb1a92567
Reviewed-on: https://webrtc-review.googlesource.com/95123
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24362}
This commit is contained in:
Autoroller
2018-08-21 06:46:13 -07:00
committed by Commit Bot
parent 7040090ae6
commit 4d95f1eb9b

18
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': 'e247d79575b98eb62b63373ebacab1ba0f298236',
'chromium_revision': '3e0dea7b74b85a1ff9ffe5493098650443328010',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'e8964a2cd3755b66acf9b7e3fe9e8aa9dd15ef2e',
'catapult_revision': 'ba76717a8d18da91240f0c0a2dcb4a3aa2794f7c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -42,9 +42,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' + '@' + 'f0547ccf1ab1b0571dd66c90dc109f82b34955d3',
Var('chromium_git') + '/chromium/src/base' + '@' + 'bfaabf2504764e101906e6262abe604ae28af7a2',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '246c5791b89f5fcaffb3a105cbf6c029b54fbe06',
Var('chromium_git') + '/chromium/src/build' + '@' + 'fc41447f02c05fcf0af15190ad868f5ad700dbb7',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '10140842ef6bf7a5a8740c3bbc83e29c7b7c8ba1',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c152c684cc36798f6646593b5d2f5a8401e59c72',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '0ffa776c67aa1377158876af76a28a343fd3587f',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c74ae33716d78578045dd68930cedd9cd16ebe5f',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '42cc7af495b3de758b46f241dc9e434d90642b33',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd7684fa9c64fde7755600a2ab04a7e43a85321a0',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -84,7 +84,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' + '@' + 'dd765da4dff7cd169eee0243214034b12fd2ae6b',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '85f5e7ccd1af327cf210e696f782a1533d625b3c',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -175,7 +175,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' + '@' + '44aee9142bf78c4e6c4ac45c65eeda3b4849cac9',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd4200a2eff5211e9211e3fc40fd83a5f70863b4d',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),