Remove libyuv dependency on base/

Bug:webrtc:42223878
Change-Id: I3940d2b481e9bbcbbba120353c136ae8f229bacc
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6159065
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
This commit is contained in:
Björn Terelius 2025-01-08 17:36:13 +01:00 committed by libyuv LUCI CQ
parent 8a93618f98
commit 84186e163a
2 changed files with 0 additions and 5 deletions

4
DEPS
View File

@ -171,10 +171,6 @@ deps = {
'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git' + '@' + 'd3f61eeacbf7fda857c1d8bbba56e3b5cb6cc2df',
'src/base': {
'url': Var('chromium_git') + '/chromium/src/base' + '@' + 'f9db0ed7ca6c9bc32e69e8b76af572cef6323eec',
'condition': 'checkout_android',
},
'src/third_party/android_toolchain/ndk': {
'packages': [

View File

@ -48,7 +48,6 @@ DONT_AUTOROLL_THESE = [
# but we pull it through a subtree mirror, so therefore it isn't listed in
# Chromium's deps but it is in ours.
LIBYUV_ONLY_DEPS = [
'src/base',
'src/build',
'src/buildtools',
'src/ios',