Skip to content

Commit

Permalink
Remove unused GN action
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 28, 2019
1 parent 1d34f11 commit da90c11
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cli/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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) ]
}

0 comments on commit da90c11

Please sign in to comment.