Home
last modified time | relevance | path

Searched refs:existing_rules (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/bazel/
Dgrpc_deps.bzl134 if "boringssl" not in native.existing_rules():
147 if "zlib" not in native.existing_rules():
159 if "com_google_protobuf" not in native.existing_rules():
170 if "com_google_googletest" not in native.existing_rules():
182 if "rules_cc" not in native.existing_rules():
194 if "com_github_gflags_gflags" not in native.existing_rules():
205 if "com_github_google_benchmark" not in native.existing_rules():
216 if "com_github_google_re2" not in native.existing_rules():
227 if "com_github_cares_cares" not in native.existing_rules():
239 if "com_google_absl" not in native.existing_rules():
[all …]
Dgrpc_python_deps.bzl10 if "six" not in native.existing_rules():
18 if "enum34" not in native.existing_rules():
27 if "futures" not in native.existing_rules():
36 if "io_bazel_rules_python" not in native.existing_rules():
43 if "rules_python" not in native.existing_rules():
58 if "cython" not in native.existing_rules():
/third_party/skia/buildtools/checkdeps/
Dbuilddeps.py125 def _ApplyRules(self, existing_rules, includes, specific_includes, argument
140 rules = copy.deepcopy(existing_rules)
190 def _ApplyDirectoryRules(self, existing_rules, dir_path_local_abs): argument
271 parent_rules = existing_rules
/third_party/grpc/tools/run_tests/sanity/
Dcheck_bazel_workspace.py104 def existing_rules(self): member in BazelEvalState