Home
last modified time | relevance | path

Searched full:build_targets (Results 1 – 12 of 12) sorted by relevance

/external/bazelbuild-rules_android/.bazelci/
Dpostsubmit.yml4 build_targets:
9 build_targets:
14 build_targets:
19 build_targets:
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py82 self.build_targets) = self.calculate_coverage_tests(args)
152 build_targets = set()
157 build_targets.add('pdfium_diff')
158 build_targets.add('pdfium_test')
161 build_targets.add(name)
165 build_targets = list(build_targets)
167 return coverage_tests, build_targets
176 call_args += self.build_targets
242 coverage_args += self.build_targets
/external/flatbuffers/.bazelci/
Dpresubmit.yml5 build_targets:
10 build_targets:
15 build_targets:
/external/perfetto/tools/
Dtmux197 BUILD_TARGETS=(traced traced_probes perfetto test/configs)
199 BUILD_TARGETS+=(trace_to_text)
202 "$SCRIPT_DIR/ninja" -C "$OUT" ${BUILD_TARGETS[*]}
Dgn_utils.py105 def build_targets(out, targets, quiet=False): function
173 build_targets(tmp_out, [BUILDFLAGS_TARGET], quiet=True)
Dgen_amalgamated604 gn_utils.build_targets(out, targets)
/external/rust/crates/grpcio-sys/grpc/.bazelci/
Dpresubmit.yml16 build_targets:
/external/deqp/scripts/
Dcheck_build_sanity.py160 BUILD_TARGETS = [ variable
219 return [(b.getName(), [b]) for b in BUILD_TARGETS]
/external/webrtc/tools_webrtc/vim/
Dwebrtc.ycm_extra_conf.py209 build_targets = GetNinjaBuildOutputsForSourceFile(out_dir, filename)
210 for build_target in build_targets:
/external/webrtc/tools_webrtc/mb/docs/
Duser_guide.md77 * `build_targets`: a legacy field that indicates the minimal subset of
90 `build_targets` differ from each other or from `compile_targets` and
/external/libvpx/libvpx/build/make/
DMakefile450 BUILD_TARGETS += .projects
453 BUILD_TARGETS += .docs .libs .bins
455 all: $(BUILD_TARGETS)
Dgen_msvs_sln.sh186 BUILD_TARGETS += \$(if \$(NO_LAUNCH_DEVENV),,$nows_sln_config)