Roll chromium_revision 4b3282a5d6..554be8c5f4 (633587:633687)

Change log: 4b3282a5d6..554be8c5f4
Full diff: 4b3282a5d6..554be8c5f4

Changed dependencies
* src/base: 490bd81aee..5cc6e87244
* src/build: e10103234b..2a59d4809e
* src/ios: 76d1bccd89..80ba3017cf
* src/third_party: 603681b29c..a3ec565a08
* src/third_party/depot_tools: 9d686bcef5..9e3080f52c
* src/tools: 0939fb6249..ad6fe727cb
DEPS diff: 4b3282a5d6..554be8c5f4/DEPS

No update to Clang.

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

Change-Id: I30d0bf50c69830d5d76e1b0d2380116b102ee83e
Reviewed-on: https://webrtc-review.googlesource.com/c/123469
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@{#26770}
This commit is contained in:
chromium-webrtc-autoroll
2019-02-20 05:01:11 -08:00
committed by Commit Bot
parent 76d7ce2752
commit 8073db6d89

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': '4b3282a5d6c953c0170606ef97d41d1f47bf81d8',
'chromium_revision': '554be8c5f4dfc501ae0825504ffe64440f32387a',
'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' + '@' + '490bd81aee017ba44430b91e7360b920cdd86776',
Var('chromium_git') + '/chromium/src/base' + '@' + '5cc6e87244d60feb18f4545c12102369606f056d',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'e10103234bf5f7ce141492713c8304a59ef5ddb3',
Var('chromium_git') + '/chromium/src/build' + '@' + '2a59d4809ee965f59054ffffbde56d1ce564c438',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'daac513c763aacc52c54e6d4d8a52d0183c736a5',
# 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' + '@' + '76d1bccd89480dc4cdbc9445b2c8a1b11d390d4c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '80ba3017cf4b68f3f9b035e75ff6ec3ca55aeb53',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '56c95dc50ecef043dd45f798e91742b8503c6a24',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '603681b29c03ca6f25f7fa9b55b27a442cacaea2',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a3ec565a0823d837f32da02f51421e9fb5bac818',
'src/buildtools/clang_format/script':
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
@ -121,7 +121,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' + '@' + '9d686bcef57534e3474cbe93e29b65a965aef877',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9e3080f52cbc7e5c2fb42f4410fd5923780ae01c',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -239,7 +239,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' + '@' + '0939fb62492ed1affe260ada8ddcd9a92d56cade',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ad6fe727cbcd1e910c8c24b4e6f29c2fa3bb1ba0',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),