Skip to content

Commit b882b8e

Browse files
Google APIscopybara-github
authored andcommitted
Updates to build Google Ads API build files.
PiperOrigin-RevId: 318028816
1 parent 927ff51 commit b882b8e

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ http_archive(
4747

4848
http_archive(
4949
name = "com_google_protobuf",
50-
strip_prefix = "protobuf-a37cc13b2f6d11303811011b0bfbc867e7c0bf2b", # this is 3.12.1
51-
urls = ["https://github.com/protocolbuffers/protobuf/archive/a37cc13b2f6d11303811011b0bfbc867e7c0bf2b.zip"],
50+
sha256 = "e5265d552e12c1f39c72842fa91d84941726026fa056d914ea6a25cd58d7bbf8",
51+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.12.3.zip"],
52+
strip_prefix = "protobuf-3.12.3",
5253
)
5354

5455
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
@@ -323,3 +324,17 @@ php(
323324
)
324325

325326
php_gapic_repositories()
327+
328+
##############################################################################
329+
# C#
330+
##############################################################################
331+
332+
http_archive(
333+
name = "gapic_generator_csharp",
334+
urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/master.zip"],
335+
strip_prefix = "gapic-generator-csharp-master",
336+
)
337+
338+
load("@gapic_generator_csharp//:repositories.bzl", "gapic_generator_csharp_repositories")
339+
340+
gapic_generator_csharp_repositories()

0 commit comments

Comments
 (0)