Lines Matching refs:test_targets
158 * `test_targets`: the list of ninja targets which, if affected by a patch,
162 *in addition to* the list in `test_targets`. Any meta targets
175 * `test_targets`, which is a list of unpruned targets to be mapped
205 * Passing an empty list for one or the other of test_targets and
212 anything at all, so passing [] for both test_targets and
234 "Found dependency (all)"), we should also return the `test_targets` unmodified
235 and return the union of `test_targets` and `additional_compile_targets` for
263 "test_targets": ["wtf_unittests", "webkit_tests"],
272 "test_targets": ["webkit_tests"]
275 Note how `webkit_tests` was pruned in compile_targets but not in test_targets.
286 "test_targets": ["wtf_unittests"],
295 "test_targets": []
299 test_targets was empty, since blink_tests was not listed in the input
300 test_targets.
310 "test_targets": [],
319 "test_targets": []
330 "test_targets": ["wtf_unittests"],
339 "test_targets": ["wtf_unittests"]
342 test_targets was returned unchanged, compile_targets was pruned.