Roll chromium_revision cc9f0ad182..7a39eea5d8 (661517:661628)
Change log:cc9f0ad182..7a39eea5d8Full diff:cc9f0ad182..7a39eea5d8Changed dependencies * src/base:0556ba3715..1d4c19a8a6* src/build:214debc9e9..12e7bf6a6d* src/testing:1781c1c8f4..6d481142ef* src/third_party:bd0441c427..aa6915457b* src/third_party/depot_tools:ad39f9d8f8..5716400ae2* src/third_party/freetype/src:2f4b740ce4..fbbcf50367* src/tools:f944291000..ccc725a068DEPS diff:cc9f0ad182..7a39eea5d8/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I63c2d001f4d4bfd65cf59506ee3ef3732e010d5f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137940 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@{#27999}
This commit is contained in:
parent
053c371552
commit
e8602067db
16
DEPS
16
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': 'cc9f0ad18271670713b10277b6502e6f4051afaf',
|
||||
'chromium_revision': '7a39eea5d8165cb94047b95b3fd82922e67f658b',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -32,7 +32,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling freetype
|
||||
# and whatever else without interference from each other.
|
||||
'freetype_revision': '2f4b740ce435bc1ad5ef8570bb91ab7cd5682720',
|
||||
'freetype_revision': 'fbbcf50367403a6316a013b51690071198962920',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling HarfBuzz
|
||||
# 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' + '@' + '0556ba37159ecfc9242c3d2e67e0a6462f654fdb',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '1d4c19a8a64b1504129c5282fb7fb17c4bd3c27d',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '214debc9e9b1ec1070a7c0d2250c5d6e95b51426',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '12e7bf6a6d48d842bae54297c7d3e9b3a9b28d18',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '9ea486bd0649b7459c041ff74c6d17b5c3f96eda',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -102,9 +102,9 @@ deps = {
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1781c1c8f4b862606da0eb5bf0027d521d29ef00',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '6d481142ef281e2016d3654079641ba37548f513',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bd0441c427d4bf2e65df3aa3cb7b302be29d2917',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aa6915457b2486e2ec917edf9762a14f9c61574b',
|
||||
|
||||
'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' + '@' + 'ad39f9d8f8d117ef63fc7d50b207a14017f05c08',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5716400ae256163c8c91b489ce694e7c561e0c92',
|
||||
'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' + '@' + 'f944291000da1595326f9773eaf510696c14ff6e',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ccc725a06809cd1bc8c1f4fe2502d827bd01ee37',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user