Searched refs:gen_dir (Results 1 – 8 of 8) sorted by relevance
/third_party/gn/src/gn/ |
D | rust_project_writer_helpers.h | 38 std::optional<OutputFile> gen_dir, in Crate() argument 43 gen_dir_(gen_dir), in Crate() 78 std::optional<OutputFile>& gen_dir() { return gen_dir_; } in gen_dir() function
|
D | rust_project_writer.cc | 297 auto gen_dir = GetBuildDirForTargetAsOutputFile(target, BuildDirType::GEN); in AddTarget() local 299 Crate crate = Crate(crate_root, gen_dir, crate_id, crate_label, in AddTarget() 383 auto gen_dir = crate.gen_dir(); in WriteCrates() local 384 if (gen_dir.has_value()) { in WriteCrates() 386 build_settings->GetFullPath(gen_dir->AsSourceDir(build_settings))); in WriteCrates()
|
D | function_get_path_info.cc | 221 } else if (args[1].string_value() == "gen_dir") {
|
/third_party/flutter/skia/third_party/externals/dawn/generator/ |
D | generator_lib.gni | 75 # Chooses either the default gen_dir or the custom one required by the 123 # Extract the JSON tarball into the gen_dir 134 # The expected output list is relative to the gen_dir but action
|
/third_party/protobuf/ |
D | protobuf.bzl | 81 gen_dir = _GenDir(ctx).rstrip("/") 83 import_flags = depset(direct=["-I" + source_dir, "-I" + gen_dir]) 109 in_gen_dir = src.root.path == gen_dir 120 args += [("--cpp_out=" + path_tpl) % gen_dir] 123 args += [("--python_out=" + path_tpl) % gen_dir] 137 outdir = "." if in_gen_dir else gen_dir 167 generated_out = "/".join([gen_dir, out.basename])
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | generator_lib.gni | 82 # Chooses either the default gen_dir or the custom one required by the 146 # Extract the JSON tarball into the gen_dir 157 # The expected output list is relative to the gen_dir but action
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | dawn_overrides_with_defaults.gni | 34 dawn_gen_root = get_path_info("${dawn_root}", "gen_dir")
|
/third_party/gn/docs/ |
D | reference.md | 2660 "gen_dir"
|