0
0
Fork 0
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:
Ryan Dahl 2019-08-28 14:40:04 -04:00
parent 1d34f11a87
commit 45ddff14b2

View file

@ -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) ]
}