Roll chromium_revision 06f028f7d6..5198eaca71 (593823:593926)
Change log:06f028f7d6..5198eaca71Full diff:06f028f7d6..5198eaca71Changed dependencies * src/base:90ad5fc2b5..6fd25af0a6* src/ios:67a5ce5e6c..f14d6a1de8* src/testing:36e1fbba4a..dd861176d0* src/third_party:0e840fdb78..f0adde2ae0* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c51eb628dd..e5495aef8e * src/third_party/depot_tools:64b61330ec..8e64369342* src/tools:84b66cc025..528c9569c6DEPS diff:06f028f7d6..5198eaca71/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I55107db67d88a2e30e0d2bcc5e68ddd2414f4bae Reviewed-on: https://webrtc-review.googlesource.com/101754 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24831}
This commit is contained in:
parent
ea766fa7a2
commit
67ed7c7390
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': '06f028f7d66f9ff5bfad7289276f1d06c22762b8',
|
||||
'chromium_revision': '5198eaca71f9931423a4eabb3cd8c59acf34b732',
|
||||
'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': 'c51eb628dd91236000ddc6534c26cceb3c5c1544',
|
||||
'catapult_revision': 'e5495aef8e462d6aa5f4460afea10d5b90338543',
|
||||
# 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' + '@' + '90ad5fc2b542de78610e3ca1d9fe3313de46c108',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '6fd25af0a6ea5dda421e115277534be607e5b1fd',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '4325c991006e208acc46dc09b5c8e86d9a652415',
|
||||
'src/buildtools':
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '67a5ce5e6c1893974f420ef67f4a869665506f98',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f14d6a1de8be43a7591be66880eac36e6dd79816',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '36e1fbba4a0d167be59f46c72ed2ff53e0e7f0a9',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dd861176d0e3dd198caabc84a31eb99de8191139',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0e840fdb782c34dde7093e490c880a9380d53325',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f0adde2ae09bb3886253db3cfc7071937ce00ac0',
|
||||
'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' + '@' + '64b61330ec7f3632d5eb1ea97133ce11f3bf6627',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '8e64369342f22b0541d438bac748c93fe4b8d14e',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -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' + '@' + '84b66cc0250c94aa148eb6ecbfe679177e5bf6f7',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '528c9569c6ed4a1a207319150d704c3db4cd6f48',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user