Skip to content

Commit cb44b17

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
PiperOrigin-RevId: 380020641
1 parent 16f3e6f commit cb44b17

45 files changed

Lines changed: 0 additions & 61 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

WORKSPACE

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -256,22 +256,6 @@ load("@com_google_api_codegen//rules_gapic/python:py_gapic_repositories.bzl", "p
256256

257257
py_gapic_repositories()
258258

259-
http_archive(
260-
name = "protoc_docs_plugin",
261-
strip_prefix = "protoc-docs-plugin-2bdf14e394bbaa44b81286b1a19c5f229b51c667",
262-
urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/2bdf14e394bbaa44b81286b1a19c5f229b51c667.zip"],
263-
)
264-
265-
load(
266-
"@protoc_docs_plugin//:repositories.bzl",
267-
"protoc_docs_plugin_register_toolchains",
268-
"protoc_docs_plugin_repositories",
269-
)
270-
271-
protoc_docs_plugin_repositories()
272-
273-
protoc_docs_plugin_register_toolchains()
274-
275259
load("@rules_python//python:pip.bzl", "pip_repositories")
276260

277261
pip_repositories()

gapic/metadata/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ moved_proto_library(
7373

7474
py_proto_library(
7575
name = "metadata_py_proto",
76-
plugin = "@protoc_docs_plugin//:docs_plugin",
7776
deps = [":metadata_moved_proto"],
7877
)
7978

google/api/expr/v1alpha1/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,11 @@ moved_proto_library(
175175

176176
py_proto_library(
177177
name = "expr_py_proto",
178-
plugin = "@protoc_docs_plugin//:docs_plugin",
179178
deps = [":expr_moved_proto"],
180179
)
181180

182181
py_proto_library(
183182
name = "conformance_service_py_proto",
184-
plugin = "@protoc_docs_plugin//:docs_plugin",
185183
deps = [":conformance_service_moved_proto"],
186184
)
187185

google/appengine/legacy/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ moved_proto_library(
7676

7777
py_proto_library(
7878
name = "legacy_py_proto",
79-
plugin = "@protoc_docs_plugin//:docs_plugin",
8079
deps = [":legacy_moved_proto"],
8180
)
8281

google/appengine/v1beta/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ moved_proto_library(
107107

108108
py_proto_library(
109109
name = "appengine_py_proto",
110-
plugin = "@protoc_docs_plugin//:docs_plugin",
111110
deps = [":appengine_moved_proto"],
112111
)
113112

google/apps/script/type/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ moved_proto_library(
6969

7070
py_proto_library(
7171
name = "type_py_proto",
72-
plugin = "@protoc_docs_plugin//:docs_plugin",
7372
deps = [":type_moved_proto"],
7473
)
7574

google/apps/script/type/calendar/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ moved_proto_library(
7171

7272
py_proto_library(
7373
name = "calendar_py_proto",
74-
plugin = "@protoc_docs_plugin//:docs_plugin",
7574
deps = [":calendar_moved_proto"],
7675
)
7776

google/apps/script/type/docs/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ moved_proto_library(
7171

7272
py_proto_library(
7373
name = "docs_py_proto",
74-
plugin = "@protoc_docs_plugin//:docs_plugin",
7574
deps = [":docs_moved_proto"],
7675
)
7776

google/apps/script/type/drive/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ moved_proto_library(
6868

6969
py_proto_library(
7070
name = "drive_py_proto",
71-
plugin = "@protoc_docs_plugin//:docs_plugin",
7271
deps = [":drive_moved_proto"],
7372
)
7473

google/apps/script/type/gmail/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ moved_proto_library(
7070

7171
py_proto_library(
7272
name = "gmail_py_proto",
73-
plugin = "@protoc_docs_plugin//:docs_plugin",
7473
deps = [":gmail_moved_proto"],
7574
)
7675

0 commit comments

Comments
 (0)