Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit a5a44c4

Browse files
authored
Use googleapis as a remote repository instead of vendoring it. (#320)
Fixes #189
1 parent 1145dd7 commit a5a44c4

File tree

20 files changed

+23
-2287
lines changed

20 files changed

+23
-2287
lines changed

WORKSPACE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,18 @@ cc_library(
130130
strip_prefix = "rapidjson-master",
131131
urls = ["https://github.com/Tencent/rapidjson/archive/master.zip"],
132132
)
133+
134+
# Google APIs - used by Stackdriver exporter.
135+
http_archive(
136+
name = "com_google_googleapis",
137+
strip_prefix = "googleapis-master",
138+
urls = ["https://github.com/googleapis/googleapis/archive/master.zip"],
139+
)
140+
141+
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")
142+
143+
switched_rules_by_language(
144+
name = "com_google_googleapis_imports",
145+
cc = True,
146+
grpc = True,
147+
)

google/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

google/api/BUILD

Lines changed: 0 additions & 76 deletions
This file was deleted.

google/api/annotations.proto

Lines changed: 0 additions & 31 deletions
This file was deleted.

google/api/distribution.proto

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)