diff --git a/DEPS b/DEPS index 57cb1bbfa..7de48ac16 100644 --- a/DEPS +++ b/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': [ diff --git a/tools_libyuv/autoroller/roll_deps.py b/tools_libyuv/autoroller/roll_deps.py index 5c5a65d71..472cbe6cb 100755 --- a/tools_libyuv/autoroller/roll_deps.py +++ b/tools_libyuv/autoroller/roll_deps.py @@ -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',