diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-28 14:40:04 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-28 18:25:15 -0400 |
commit | 45ddff14b2ce22c86c7ae499be212f3c8a7912bd (patch) | |
tree | d77b95d0aeece30c28bd91bdded18b348fbe3f57 /cli | |
parent | 1d34f11a873d640ac2611bcabee5875a27f43a2e (diff) |
Remove unused GN action
Diffstat (limited to 'cli')
-rw-r--r-- | cli/BUILD.gn | 8 |
1 files changed, 0 insertions, 8 deletions
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) ] -} |