Roll chromium_revision 0187ccfaa8..aa3bb574c4 (544782:544920)

Change log: 0187ccfaa8..aa3bb574c4
Full diff: 0187ccfaa8..aa3bb574c4

Changed dependencies:
* src/base: b726e90d0f..deeffe5978
* src/build: feb2bb4955..30bf2a3994
* src/ios: 24612dae14..0e1af061a7
* src/testing: e74ec3e565..910af96088
* src/third_party: 8c4b26b6ed..f47025abc6
* src/third_party/depot_tools: ba51bb3c12..b3065fb6a1
* src/tools: c397744180..50428d36f9
DEPS diff: 0187ccfaa8..aa3bb574c4/DEPS

No update to Clang.

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

Change-Id: Ifdc6854c64041e1ced6a77937501462d9493937e
Reviewed-on: https://webrtc-review.googlesource.com/63960
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22549}
This commit is contained in:
Autoroller 2018-03-21 17:45:21 -07:00 committed by Commit Bot
parent 5c532d3774
commit 1aee625f37

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': '0187ccfaa88fc1f43ecf2232740a11f19d00926a',
'chromium_revision': 'aa3bb574c4b2ef27368d30e54b25bba6532e689a',
'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' + '@' + 'b726e90d0f8a41aa786b33471c323197a4d397b2',
Var('chromium_git') + '/chromium/src/base' + '@' + 'deeffe597826d03bb576b9ced190091dccc4be6d',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'feb2bb495559271a104224bf47414f2d123772a7',
Var('chromium_git') + '/chromium/src/build' + '@' + '30bf2a39946ba644e1ec693cd54c010362cb7a4d',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197',
# 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' + '@' + '24612dae147f22a0dc950ebb4e2a94a33e51f74b',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0e1af061a7ef0f76d6042ed707d9b68fb9a7a4a7',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e74ec3e5657fdc184947a9064c473148b1835cd1',
Var('chromium_git') + '/chromium/src/testing' + '@' + '910af960885d6c45d94e0c4a62b81eb19c3196cd',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8c4b26b6ed2a7b30b60f166c08d7f8b90c3553c3',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f47025abc6642ab27cdbb99e1cac536fed97d2b1',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'condition': 'checkout_android',
@ -80,7 +80,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' + '@' + 'ba51bb3c1274f5e8f7fef0ff6706d0e46e33864f',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b3065fb6a19f946287d64e234c761ee223ab13f5',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
'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' + '@' + 'c397744180991eed3db38d1da2ee455f03552782',
Var('chromium_git') + '/chromium/src/tools' + '@' + '50428d36f978dcbbb903b8aeb26a8bc527340f2f',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':