Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Roll WebRTC revision 27b254f1..0bef4619. #752

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ deps = {
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cd30703e732f3436f72f63c13f16ebb19803ddd6',
# WebRTC-only dependencies (not present in Chromium).
'src/third_party/webrtc':
Var('deps_owt_git') + '/owt-deps-webrtc' + '@' + '27b254f18deb917072376940636157f2c9e5ea40',
Var('deps_owt_git') + '/owt-deps-webrtc' + '@' + '0bef4619ae260a19eb75708f4128f10cdad0d05c',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
'src/third_party/webrtc/examples/androidtests/third_party/gradle': {
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
Expand Down
Loading