Roll chromium_revision 48afe1fce1..68c6b982a7 (614046:614157)
Change log:48afe1fce1..68c6b982a7Full diff:48afe1fce1..68c6b982a7Changed dependencies * src/base:38c52177ea..8778f36ffb* src/ios:ffc1609b07..f2a06afe6e* src/testing:3f5136437f..92b188b3ea* src/third_party:af23677231..03c7212525* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/58f298110d..fa0beb5bf0 * src/tools:10a524fa51..4589892399DEPS diff:48afe1fce1..68c6b982a7/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Iefb2e2dd3376c7e13726e42003d234d02fbae214 Reviewed-on: https://webrtc-review.googlesource.com/c/113326 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@{#25912}
This commit is contained in:
parent
c60a77731d
commit
5f93a3eaa9
14
DEPS
14
DEPS
@ -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': '48afe1fce15b504ead364b5bef9d658de68e42c7',
|
||||
'chromium_revision': '68c6b982a7c1cbbffe9e2153382512926a3ac7f5',
|
||||
'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': '58f298110d271de1d529ce121921bbbf1bed84e7',
|
||||
'catapult_revision': 'fa0beb5bf0c0287e2d53ec10d5722eee08da15fe',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -42,7 +42,7 @@ 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' + '@' + '38c52177ea8452e7d4c8a02bc2b7a29412d2a25c',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8778f36ffbc4fb570ca6a402a012a43fd23ce54b',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'f8704051e517114f4fd95a96d12e1b6ca5ad0919',
|
||||
'src/buildtools':
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ffc1609b07fd35de180ce11bbb3ad2b087d4dc34',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f2a06afe6e0de61b9b9fee53552c74740886babc',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '3f5136437f46363ef19fd0c3e39c441bcc066ff2',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '92b188b3eadbbfde34a8c02870567c6fc4db24c4',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'af236772314a630a305374acdf3199a92d03c9cf',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '03c72125257be4d5b2679d62c836db47ce5fec1f',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -225,7 +225,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' + '@' + '10a524fa5185f98361d9b36bd8bd3ad13e9cdc4b',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '45898923999a6050507ebfe197d06e02de6adfc3',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user