Roll chromium_revision de6484608c..8952ae0039 (589477:590303)
Change log:de6484608c..8952ae0039
Full diff:de6484608c..8952ae0039
Changed dependencies: * src/base:2e3b697294..93a1fb6519
* src/build:6533d0538d..b34c179617
* src/ios:69ec23fc6a..ba5ece0fdd
* src/testing:ea02f4bb3f..a815ede87f
* src/third_party:b45a62004d..9567a1f0e5
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bcc3e491fb..c80faf456d * src/third_party/depot_tools:515e7fe037..56e273293a
* src/third_party/icu:a191af9d02..7ca3ffa77d
* src/tools:5999232ae4..815ac64615
DEPS diff:de6484608c..8952ae0039
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I5ed93c5c60d7b5b69efc5bbd2c41afc32b996079 Reviewed-on: https://webrtc-review.googlesource.com/99524 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24693}
This commit is contained in:
20
DEPS
20
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': 'de6484608cec6032a08f30fa6e845fecff13f470',
|
||||
'chromium_revision': '8952ae0039fddb909dd1eab077922b972188c9de',
|
||||
'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': 'bcc3e491fb2e0c8776976913571b4c7355179c62',
|
||||
'catapult_revision': 'c80faf456d4ca70b4782073e999f90a47c0598c9',
|
||||
# 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,9 +42,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' + '@' + '2e3b697294f30b8675430f4055d98ce8fa84c3fc',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '93a1fb6519e35e567480b272d3d575e120f6a3cc',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '6533d0538d622908853f7b81e5d427aef51bde13',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'b34c179617b0191915ca2a5ef0d5de1b0e6adb53',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '69ec23fc6a1448f38b1702d90b34cee8d6700610',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ba5ece0fdd781c4c7f1540735643115552131749',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea02f4bb3f0fae0eeb9374e06c830e0c913807c9',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a815ede87fbb939c0ef24372062570965a3f38d1',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b45a62004d122ebf9c3c57c320827735332111d1',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9567a1f0e5b71d194cce7b691293023103d7977e',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -84,7 +84,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' + '@' + '515e7fe037902d6434c5d5ff2c077b747c56b0b7',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '56e273293a3c54a587a8e53852ef6e645470eca6',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -115,7 +115,7 @@ deps = {
|
||||
'src/third_party/googletest/src':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '2e68926a9d4929e9289373cd49e40ddcb9a628f7',
|
||||
'src/third_party/icu': {
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6',
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7ca3ffa77d635e44b9735e1b54fb9c4da3b6c821',
|
||||
},
|
||||
'src/third_party/jsr-305/src': {
|
||||
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
|
||||
@ -195,7 +195,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' + '@' + '5999232ae4ecca055e5080e397ca8f241377e586',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '815ac646159e09a01fc092790b90f55efa35c296',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user