Searched refs:existing_rules (Results 1 – 4 of 4) sorted by relevance
134 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 …]
10 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():
125 def _ApplyRules(self, existing_rules, includes, specific_includes, argument140 rules = copy.deepcopy(existing_rules)190 def _ApplyDirectoryRules(self, existing_rules, dir_path_local_abs): argument271 parent_rules = existing_rules
104 def existing_rules(self): member in BazelEvalState