Searched refs:root_build_dir (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/build/fuchsia/skqp/ |
H A D | append_assets_to_manifest | 22 parser.add_argument('--root_build_dir', dest='root_build_dir', action='store', required=True) 36 root_build_dir = args.root_build_dir variable 40 relative_path = os.path.relpath(args.manifest, root_build_dir) 54 relative_path = os.path.relpath(base_line_rhs, root_build_dir) 69 relative_path = os.path.relpath(source, root_build_dir)
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 135 root_build_dir. 191 args = [ "--out", rebase_path(target_gen_dir, root_build_dir) ] + 192 rebase_path(sources, root_build_dir) 275 rebase_path(target_gen_dir, root_build_dir) + 439 args = rebase_path(sources, root_build_dir) + 440 rebase_path(outputs, root_build_dir) 455 rebase_path("$gen_path/$app_name", root_build_dir) 473 bundle_root_dir = "$root_build_dir/$target_name" 483 bundle_root_dir = "$root_build_dir/$target_name" 505 "$target_gen_dir/$app_name", root_build_dir), [all...] |
H A D | metadata.cc | 75 outputs = [ "$root_build_dir/my_files.json" ] 115 outputs = [ "$root_build_dir/my_files.json" ]
|
H A D | variables.cc | 294 const char kRootBuildDir[] = "root_build_dir"; 296 "root_build_dir: [string] Directory where build commands are run."; 298 R"(root_build_dir: [string] Directory where build commands are run. 335 For the default toolchain this will be the same as the root_build_dir. An 350 args = [ "-o", rebase_path(root_out_dir, root_build_dir) ] 376 args = [ "-o", rebase_path(target_gen_dir, root_build_dir) ] 401 args = [ "-o", rebase_path(target_out_dir, root_build_dir) ] 638 A string corresponding to a path in root_build_dir. 642 correspond to a path under root_build_dir. 653 bundle_root_dir = "${root_build_dir}/doom_melo [all...] |
H A D | function_rebase_path.cc | 187 foo = rebase_path("myfile.txt", root_build_dir) 206 rebase_path("//mything/data/input.dat", root_build_dir), 208 rebase_path("relative_path.txt", root_build_dir) 209 ] + rebase_path(sources, root_build_dir)
|
H A D | function_toolchain.cc | 336 root_build_dir. It can contain other substitution patterns. This will 729 root_build_dir and will not end in a slash. Will be "." for output to 730 the root_build_dir.
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 21 syn keyword gnPredefVar root_build_dir root_gen_dir root_out_dir
|
Completed in 6 milliseconds