• Home
  • Raw
  • Download

Lines Matching +full:native +full:- +full:test

1 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
4 """Loads dependencies need to compile and test the grpc library."""
6 native.bind(
11 native.bind(
12 name = "absl-base",
16 native.bind(
17 name = "absl-time",
21 native.bind(
26 native.bind(
31 native.bind(
36 native.bind(
41 native.bind(
46 native.bind(
51 native.bind(
56 native.bind(
61 native.bind(
66 native.bind(
71 native.bind(
76 native.bind(
81 native.bind(
86 native.bind(
87 name = "opencensus-trace",
91 native.bind(
92 name = "opencensus-stats",
96 native.bind(
97 name = "opencensus-stats-test",
101 if "boringssl" not in native.existing_rules():
102 native.http_archive(
104 # on the chromium-stable-with-bazel branch
108 if "com_github_madler_zlib" not in native.existing_rules():
109 native.new_http_archive(
112 strip_prefix = "zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f",
116 if "com_google_protobuf" not in native.existing_rules():
117 native.http_archive(
119 strip_prefix = "protobuf-48cb18e5c419ddd23d9badcfe4e9df7bde1979b2",
123 if "com_github_nanopb_nanopb" not in native.existing_rules():
124 native.new_http_archive(
127 strip_prefix = "nanopb-f8ac463766281625ad710900479130c7fcb4d63b",
131 if "com_github_google_googletest" not in native.existing_rules():
132 native.new_http_archive(
135 strip_prefix = "googletest-ec44c6c1675c25b9827aacd08c02433cccde7780",
139 if "com_github_gflags_gflags" not in native.existing_rules():
140 native.http_archive(
142 strip_prefix = "gflags-30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e",
146 if "com_github_google_benchmark" not in native.existing_rules():
147 native.new_http_archive(
150 strip_prefix = "benchmark-9913418d323e64a0111ca0da81388260c2bbe1e9",
154 if "com_github_cares_cares" not in native.existing_rules():
155 native.new_http_archive(
158 strip_prefix = "c-ares-3be1924221e1326df520f8498d704a5c4c8d0cce",
159 … url = "https://github.com/c-ares/c-ares/archive/3be1924221e1326df520f8498d704a5c4c8d0cce.tar.gz",
162 if "com_google_absl" not in native.existing_rules():
163 native.http_archive(
165 strip_prefix = "abseil-cpp-cd95e71df6eaf8f2a282b1da556c2cf1c9b09207",
166 …url = "https://github.com/abseil/abseil-cpp/archive/cd95e71df6eaf8f2a282b1da556c2cf1c9b09207.tar.g…
169 if "com_github_bazelbuild_bazeltoolchains" not in native.existing_rules():
170 native.http_archive(
172 strip_prefix = "bazel-toolchains-cdea5b8675914d0a354d89f108de5d28e54e0edc",
174 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/cdea5b8675914d0a354d89f…
175 …"https://github.com/bazelbuild/bazel-toolchains/archive/cdea5b8675914d0a354d89f108de5d28e54e0edc.t…
180 if "io_opencensus_cpp" not in native.existing_rules():
181 native.http_archive(
183 strip_prefix = "opencensus-cpp-fdf0f308b1631bb4a942e32ba5d22536a6170274",
184 …url = "https://github.com/census-instrumentation/opencensus-cpp/archive/fdf0f308b1631bb4a942e32ba5…
192 native.bind(
197 native.bind(
202 if "com_github_twisted_twisted" not in native.existing_rules():
203 native.new_http_archive(
205 strip_prefix = "twisted-twisted-17.5.0",
206 url = "https://github.com/twisted/twisted/archive/twisted-17.5.0.zip",
210 if "com_github_yaml_pyyaml" not in native.existing_rules():
211 native.new_http_archive(
213 strip_prefix = "pyyaml-3.12",
218 if "com_github_twisted_incremental" not in native.existing_rules():
219 native.new_http_archive(
221 strip_prefix = "incremental-incremental-17.5.0",
222 url = "https://github.com/twisted/incremental/archive/incremental-17.5.0.zip",
226 if "com_github_zopefoundation_zope_interface" not in native.existing_rules():
227 native.new_http_archive(
229 strip_prefix = "zope.interface-4.4.3",
234 if "com_github_twisted_constantly" not in native.existing_rules():
235 native.new_http_archive(
237 strip_prefix = "constantly-15.1.0",