mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Remove unused GN action
This commit is contained in:
parent
1d34f11a87
commit
45ddff14b2
1 changed files with 0 additions and 8 deletions
|
@ -265,11 +265,3 @@ snapshot("snapshot_compiler") {
|
|||
":compiler_bundle",
|
||||
]
|
||||
}
|
||||
|
||||
action("write_gn_args") {
|
||||
script = "//tools/write_gn_args.py"
|
||||
outputs = [
|
||||
"$target_gen_dir/gn_args.txt",
|
||||
]
|
||||
args = [ rebase_path(outputs[0], root_build_dir) ]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue