diff options
-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) ] -} |