Roll chromium_revision 395aebd4f5..eca56ac050 (677872:677993)

Change log: 395aebd4f5..eca56ac050
Full diff: 395aebd4f5..eca56ac050

Changed dependencies
* src/base: a2722a626c..bd20a81969
* src/ios: 344d30c9eb..cc26aa2f6f
* src/testing: 6708f76003..de8c7661c9
* src/third_party: 3a18f8c278..63179e8eb4
* src/third_party/depot_tools: 65c2b1e1d1..0fb33b26eb
* src/tools: 8c18595891..feaccac1de
DEPS diff: 395aebd4f5..eca56ac050/DEPS

No update to Clang.

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

Change-Id: Idca6eec17e2cc7b1992ecb9580a5030919b18776
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145841
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@{#28582}
This commit is contained in:
chromium-webrtc-autoroll
2019-07-16 15:01:14 -07:00
committed by Commit Bot
parent b7e8815acc
commit b4b52ec4b4

14
DEPS
View File

@ -5,14 +5,14 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091. # chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default', 'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': '395aebd4f58712575b1dd3d63308b0817817a923', 'chromium_revision': 'eca56ac0503539d7f045c87c1bd439fd797d55a6',
} }
deps = { deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
'https://chromium.googlesource.com/chromium/src/base@a2722a626c598bc7d5265f3b57a1f4875053a914', 'https://chromium.googlesource.com/chromium/src/base@bd20a81969839c3148c18a73a34c4dd7d4dfd8cf',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@0d60566c5fa6e434f9ed388258c55c4caf4c89da', 'https://chromium.googlesource.com/chromium/src/build@0d60566c5fa6e434f9ed388258c55c4caf4c89da',
'src/buildtools': 'src/buildtools':
@ -23,13 +23,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@344d30c9ebd68cf8cebb9af2cf9abc5fb3ce7861', 'url': 'https://chromium.googlesource.com/chromium/src/ios@cc26aa2f6f7a35b5aaeb87a6d0934fbc02e83827',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@6708f7600382f912d98346f9536516e7df90f9c8', 'https://chromium.googlesource.com/chromium/src/testing@de8c7661c99c3a594327962c197eb09dfb9a220e',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@3a18f8c278006e33616868cb36d44f1e9ab039b6', 'https://chromium.googlesource.com/chromium/src/third_party@63179e8eb4ce2abbc900469211a7f22cb04fc524',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -119,7 +119,7 @@ deps = {
'src/third_party/colorama/src': 'src/third_party/colorama/src':
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools': 'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@65c2b1e1d17e7f444b965a5eeefa2af8f0d61216', 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@0fb33b26eb533a6f6184cab75ad50c229ee5c130',
'src/third_party/errorprone/lib': { 'src/third_party/errorprone/lib': {
'url': 'https://chromium.googlesource.com/chromium/third_party/errorprone.git@980d49e839aa4984015efed34b0134d4b2c9b6d7', 'url': 'https://chromium.googlesource.com/chromium/third_party/errorprone.git@980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -231,7 +231,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm': 'src/third_party/yasm/source/patched-yasm':
'https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad', 'https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools': 'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@8c18595891545738a0c504428863e9f10a79de53', 'https://chromium.googlesource.com/chromium/src/tools@feaccac1de09b4ceb621ce362878d16f235fbfb8',
'src/tools/swarming_client': 'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@96f125709acfd0b48fc1e5dae7d6ea42291726ac', 'https://chromium.googlesource.com/infra/luci/client-py.git@96f125709acfd0b48fc1e5dae7d6ea42291726ac',