Roll chromium_revision a9ac2956aa..acb568e104 (640406:640514)

Change log: a9ac2956aa..acb568e104
Full diff: a9ac2956aa..acb568e104

Changed dependencies
* src/base: 742fb6ccae..134665857c
* src/build: 2a1991f5f2..787c9a46a5
* src/buildtools: 794f2d1f1c..672ce635e9
* src/ios: c567f8dcf8..cdcf84d83d
* src/testing: f042685793..df90689544
* src/third_party: 85e6a62d44..0d5c714625
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/293a9a2e27..2afe880da0
* src/third_party/depot_tools: 8b94108e68..deb384f985
* src/tools: 60ab88469b..627d0f41c5
DEPS diff: a9ac2956aa..acb568e104/DEPS

No update to Clang.

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

Change-Id: I126206280041ee7407c08746c225027a6ce92b11
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127622
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@{#27114}
This commit is contained in:
chromium-webrtc-autoroll
2019-03-13 15:07:01 -07:00
committed by Commit Bot
parent 7f3687ce26
commit ec4cdbadc2

20
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': 'a9ac2956aa79c374dc35fd1a547c9db513f343e8',
'chromium_revision': 'acb568e104695a44688a1b51ab229e1b97a83192',
'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': '293a9a2e27bad0075e68b614c14efa79d0818c1a',
'catapult_revision': '2afe880da0ce34181cbfbc2d95550aa6e589537a',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -46,11 +46,11 @@ 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' + '@' + '742fb6ccae06acf7fdc636199096d40880901a92',
Var('chromium_git') + '/chromium/src/base' + '@' + '134665857c311360d660611a89e41c00f4fa1c77',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '2a1991f5f2123565cb38709ea89efd390d3a4c40',
Var('chromium_git') + '/chromium/src/build' + '@' + '787c9a46a5138cf55205a6cbaf0d04765f435008',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '794f2d1f1c186f9a6ed6b543be810aca0c916f1d',
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '672ce635e9c2a6a7c77c205eda56d8859c552cb3',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
'src/examples/androidtests/third_party/gradle': {
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
@ -58,13 +58,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c567f8dcf882f37fa5ed2ec15c874d7b3c63871a',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cdcf84d83d2f4835e0239dc67b60887c1212418e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f042685793ac7dd20d7deca4e92f4947c1cac481',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'df9068954447f0af42c4354c2b367e1ef654afe3',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '85e6a62d444698619077a828761bc09c6c278459',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0d5c714625f49c23f343d5563300ef7be6177fb9',
'src/buildtools/clang_format/script':
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
@ -132,7 +132,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' + '@' + '8b94108e684872a89f7108f51ba74f01220d64fa',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'deb384f985d00de73ee29a65760b826f08a60983',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -250,7 +250,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' + '@' + '60ab88469b7441a77897a6fbcd86b036b1047d7e',
Var('chromium_git') + '/chromium/src/tools' + '@' + '627d0f41c57f4770fe586e78138f9c170d91dd7d',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),