diff --git a/DEPS b/DEPS index 8dd21b47a3..dc31e4d40e 100644 --- a/DEPS +++ b/DEPS @@ -309,17 +309,6 @@ deps = { 'dep_type': 'cipd', }, - 'src/third_party/bazel': { - 'packages': [ - { - 'package': 'chromium/third_party/bazel', - 'version': 'VjMsf48QUWw8n7XtJP2AuSjIGmbQeYdWdwyxVvIRLmAC', - }, - ], - 'condition': 'checkout_android', - 'dep_type': 'cipd', - }, - 'src/third_party/bouncycastle': { 'packages': [ { diff --git a/tools_webrtc/autoroller/roll_deps.py b/tools_webrtc/autoroller/roll_deps.py index 2f374eb70c..60bb8a0827 100755 --- a/tools_webrtc/autoroller/roll_deps.py +++ b/tools_webrtc/autoroller/roll_deps.py @@ -45,7 +45,6 @@ WEBRTC_ONLY_DEPS = [ 'src/ios', 'src/testing', 'src/third_party', - 'src/third_party/bazel', 'src/third_party/findbugs', 'src/third_party/gtest-parallel', 'src/third_party/yasm/binaries', diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index 1c2db06313..ac362a1dd8 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -40,7 +40,6 @@ LIB_TO_LICENSES_DICT = { 'third_party/android_deps/libs/' 'com_google_auto_service_auto_service/LICENSE' ], - 'bazel': ['third_party/bazel/LICENSE'], 'boringssl': ['third_party/boringssl/src/LICENSE'], 'crc32c': ['third_party/crc32c/src/LICENSE'], 'errorprone': [