From 45ddff14b2ce22c86c7ae499be212f3c8a7912bd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 28 Aug 2019 14:40:04 -0400 Subject: Remove unused GN action --- cli/BUILD.gn | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cli/BUILD.gn') diff --git a/cli/BUILD.gn b/cli/BUILD.gn index cfc397d65..f83eeaccc 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -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) ] -} -- cgit v1.2.3