Roll chromium_revision b2c5a55fc1..eb285d38ce (531202:531305)

Change log: b2c5a55fc1..eb285d38ce
Full diff: b2c5a55fc1..eb285d38ce

Changed dependencies:
* src/base: f3eff4526a..9b35dba836
* src/build: 73b05cab8b..17db7d44c4
* src/ios: 1f32969ab5..cba620fc5a
* src/testing: 2e1c1c949f..3f5ab109a0
* src/third_party: 44b9ae20e3..82a6a2cea4
* src/tools: 3b711e7752..66c23290b1
DEPS diff: b2c5a55fc1..eb285d38ce/DEPS

No update to Clang.

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

Change-Id: I4d25f6026f070c69a25094f40c8ff4d76581ff98
Reviewed-on: https://webrtc-review.googlesource.com/43203
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21736}
This commit is contained in:
Autoroller 2018-01-23 11:45:21 -08:00 committed by Commit Bot
parent 788ac70c1f
commit 352c430b1d

14
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': 'b2c5a55fc1dbf103e15401ef905c60bab242f922',
'chromium_revision': 'eb285d38cee06746e129bd0a661093ace2ed921a',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,9 +38,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' + '@' + 'f3eff4526a493614ec9b143631430d09b037e928',
Var('chromium_git') + '/chromium/src/base' + '@' + '9b35dba8364936ba052588ebdd5a8a02622405c8',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '73b05cab8b7cd74cc5a60483867a9a4aa439759b',
Var('chromium_git') + '/chromium/src/build' + '@' + '17db7d44c4e470d51654dd6c73baaceb057868ee',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1f32969ab58c09e0c8e5c3c9a00dcfa72cf2d1fa',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cba620fc5a085274cbe551579a255330eefb8e3c',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '2e1c1c949f59eba5bd55d0d0321a5234403ca7e2',
Var('chromium_git') + '/chromium/src/testing' + '@' + '3f5ab109a01c7098744adf9141629d6958e03390',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '44b9ae20e3c08a40c898fafd21c7e016d885dee6',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '82a6a2cea485d65c846e64769949cc294ec4a7cf',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -159,7 +159,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' + '@' + '3b711e77527a757c29bf96ccc83a98258bf0740e',
Var('chromium_git') + '/chromium/src/tools' + '@' + '66c23290b161cabaa30201acbded76577fede1b4',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':