Roll chromium_revision 7a39eea5d8..0c18b1a229 (661628:661811)
Change log:7a39eea5d8..0c18b1a229Full diff:7a39eea5d8..0c18b1a229Changed dependencies * src/base:1d4c19a8a6..5bd91a1a24* src/build:12e7bf6a6d..7682abdc79* src/ios:2cace45200..f619bdc81a* src/testing:6d481142ef..7d296af34c* src/third_party:aa6915457b..1afbe018a5* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5655d8f9f1..ea6b999d4b * src/third_party/depot_tools:5716400ae2..d6bf517dd4* src/tools:ccc725a068..23d8d853c4DEPS diff:7a39eea5d8..0c18b1a229/DEPS Clang version changed 361104:361212 Details:7a39eea5d8..0c18b1a229/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I7793872ec50a727f24e70f69ddfbbebf3ff1de01 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137965 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@{#28015}
This commit is contained in:
parent
9c91887c3f
commit
4880e15707
18
DEPS
18
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': '7a39eea5d8165cb94047b95b3fd82922e67f658b',
|
||||
'chromium_revision': '0c18b1a229752dbce72ecc51383899e0d65af5d7',
|
||||
'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': '5655d8f9f1891d271489d06b6988f001e9543f25',
|
||||
'catapult_revision': 'ea6b999d4bba12c46fb69a6b4ddd448cc238213e',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -86,9 +86,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' + '@' + '1d4c19a8a64b1504129c5282fb7fb17c4bd3c27d',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '5bd91a1a240e02f36398691638ffe70c8e8de476',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '12e7bf6a6d48d842bae54297c7d3e9b3a9b28d18',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7682abdc796fc198e544716f1111a625f76bd150',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '9ea486bd0649b7459c041ff74c6d17b5c3f96eda',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2cace45200a0e4c071077fa0603b6d44dbf6ab01',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f619bdc81a545c1cefb8bef637b343699a6d4abd',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '6d481142ef281e2016d3654079641ba37548f513',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7d296af34cd75c8cc11fadf325e3c47b462f673f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aa6915457b2486e2ec917edf9762a14f9c61574b',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1afbe018a52fda5b5f23fff946a673c9dcbffe9e',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -199,7 +199,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' + '@' + '5716400ae256163c8c91b489ce694e7c561e0c92',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd6bf517dd4f5e899d79b865e671353b4ce616f6e',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -312,7 +312,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' + '@' + 'ccc725a06809cd1bc8c1f4fe2502d827bd01ee37',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '23d8d853c42c65acfb794236b8a764f4b7a236a8',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user