Searched refs:target_out_dir (Results 1 – 25 of 33) sorted by relevance
12
/external/llvm-project/llvm/utils/gn/secondary/llvm/utils/unittest/ |
D | unittest.gni | 39 # run the unit test binary if necessary. Using target_out_dir here 44 # `git grep target_out_dir '*/unittests/*'` and update those too. 45 output_dir = target_out_dir
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Support/DynamicLibrary/ |
D | BUILD.gn | 11 # This assumes that unittest() puts tests in target_out_dir. 12 output_dir = target_out_dir
|
/external/perfetto/ui/ |
D | BUILD.gn | 32 outputs = [ "$target_out_dir/never_written_always_execute_rule-2.stamp" ] 43 outputs = [ "$target_out_dir/never_written_always_execute_rule.stamp" ]
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/ |
D | BUILD.gn | 31 # target_out_dir. 32 write_file("$target_out_dir/llvm.srcdir.txt", rebase_path("."))
|
/external/f2fs-tools/fsck/ |
D | sload.c | 125 c.target_out_dir, &uid, &gid, &imode, in set_perms_and_caps() 199 const char *dir_path, const char *target_out_dir, in build_directory() argument 259 target_out_dir, in build_directory() 354 c.target_out_dir, F2FS_ROOT_INO(sbi)); in f2fs_sload()
|
/external/pigweed/pw_build/ |
D | target_types.gni | 88 _library_output_dir = "${target_out_dir}/lib" 137 _library_output_dir = "${target_out_dir}/lib" 188 _executable_output_dir = "${target_out_dir}/bin"
|
D | python_wheels.gni | 28 rebase_path("$target_out_dir/python_wheels"),
|
D | zip.gni | 74 # output = "//$target_out_dir/foo.zip", # Where the foo.zip will end up 77 # This will result in a .zip file called foo.zip stored in //$target_out_dir
|
D | go.gni | 141 rebase_path(target_out_dir), 159 outputs = [ "$target_out_dir/$_binary_name$_extension" ]
|
D | copy_from_cipd.gni | 57 _out_dir = "${target_out_dir}/cipd/$target_name"
|
/external/skia/build/fuchsia/skqp/ |
D | BUILD.gn | 32 repo = "$target_out_dir/skqp_repo" 114 manifest_deps = "$target_out_dir/skqp_manifest.d"
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/ |
D | BUILD.gn | 27 "target_out_dir")), 61 "target_out_dir")),
|
/external/llvm-project/llvm/utils/gn/secondary/lld/test/ |
D | BUILD.gn | 16 rebase_path(get_label_info("//lld", "target_out_dir")), 19 rebase_path(get_label_info("//llvm", "target_out_dir")),
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Passes/ |
D | BUILD.gn | 8 output_dir = target_out_dir
|
/external/skqp/gn/toolchain/ |
D | BUILD.gn | 92 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb" 105 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb" 126 default_output_dir = "{{target_out_dir}}"
|
/external/llvm-project/llvm/utils/gn/secondary/clang/test/ |
D | BUILD.gn | 20 rebase_path(get_label_info("//clang", "target_out_dir"), dir), 24 rebase_path(get_label_info("//llvm", "target_out_dir"), dir),
|
/external/pigweed/pw_toolchain/ |
D | generate_toolchain.gni | 235 default_output_dir = "{{target_out_dir}}/lib" 306 default_output_dir = "{{target_out_dir}}/bin" 324 default_output_dir = "{{target_out_dir}}/lib"
|
/external/skia/gn/toolchain/ |
D | BUILD.gn | 132 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb" 144 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb" 164 default_output_dir = "{{target_out_dir}}"
|
/external/skqp/ |
D | BUILD.gn | 497 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a 498 # path that starts with target_out_dir and then uses ".." to back up into the src dir. 500 "$target_out_dir/" + 501 rebase_path("src/sksl/lex/SkSLLexer.h", target_out_dir), 543 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a 544 # path that starts with target_out_dir and then uses ".." to back up into the src dir. 546 "$target_out_dir/" + rebase_path("$dir/$name.h", target_out_dir), 558 "$target_out_dir/" + 559 rebase_path("src/sksl/sksl_enums.inc", target_out_dir),
|
/external/skia/ |
D | BUILD.gn | 582 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a 583 # path that starts with target_out_dir and then uses ".." to back up into the src dir. 585 "$target_out_dir/" + rebase_path("src/sksl/SkSLLexer.h", target_out_dir), 693 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a 694 # path that starts with target_out_dir and then uses ".." to back up into the src dir. 695 dehydrate_sksl_outputs += [ "$target_out_dir/" + rebase_path( 697 target_out_dir) ] 726 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a 727 # path that starts with target_out_dir and then uses ".." to back up into the src dir. 729 "$target_out_dir/" + [all …]
|
/external/perfetto/gn/standalone/toolchain/ |
D | BUILD.gn | 365 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb" 375 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb" 392 default_output_dir = "{{target_out_dir}}"
|
/external/pigweed/pw_fuzzer/ |
D | fuzzer.gni | 59 _fuzzer_output_dir = "${target_out_dir}/bin"
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/test/ |
D | BUILD.gn | 15 rebase_path(get_label_info("//clang-tools-extra", "target_out_dir")),
|
/external/pigweed/pw_unit_test/ |
D | test.gni | 121 _test_output_dir = "${target_out_dir}/test" 277 outputs = [ "$target_out_dir/$target_name.testinfo.json" ]
|
/external/openscreen/build/toolchain/linux/ |
D | BUILD.gn | 71 default_output_dir = "{{target_out_dir}}"
|
12