mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
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:
parent
8a93618f98
commit
84186e163a
4
DEPS
4
DEPS
@ -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': [
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user