mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Remove unused dependencies
Bug: None Change-Id: Id42d3ec043e6aa47894d2e10e6e288cab2901bbf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268100 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Cr-Commit-Position: refs/heads/main@{#37472}
This commit is contained in:
parent
b22b095108
commit
3f207658da
3 changed files with 0 additions and 12 deletions
9
DEPS
9
DEPS
|
@ -144,10 +144,6 @@ deps = {
|
|||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@78c53d11a01f8439b37010289e8bbdb139942d57',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@880df5ede50a8534c8116d0d50e4bc4f3ef08a06',
|
||||
'src/third_party/findbugs': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/deps/findbugs.git@4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/grpc/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@1be6e2c9ebfb4a26bebe6b3f3c45cffc70e71b68',
|
||||
},
|
||||
|
@ -268,11 +264,6 @@ deps = {
|
|||
'url': 'https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git@refs/tags/v2.23.0',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
# Dependency used by libjpeg-turbo.
|
||||
'src/third_party/yasm/binaries': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da24ef8b123058bb61ee468881',
|
||||
'condition': 'checkout_win',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@30047f5465d40a8b018fd75c84a5cc409b8d5c34',
|
||||
|
||||
|
|
|
@ -45,9 +45,7 @@ WEBRTC_ONLY_DEPS = [
|
|||
'src/ios',
|
||||
'src/testing',
|
||||
'src/third_party',
|
||||
'src/third_party/findbugs',
|
||||
'src/third_party/gtest-parallel',
|
||||
'src/third_party/yasm/binaries',
|
||||
'src/tools',
|
||||
]
|
||||
|
||||
|
|
|
@ -83,7 +83,6 @@ LIB_TO_LICENSES_DICT = {
|
|||
'androidx': [],
|
||||
|
||||
# Compile time dependencies, no license needed:
|
||||
'yasm': [],
|
||||
'ow2_asm': [],
|
||||
'jdk': [],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue