diff options
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 9a3cad2e1..0a6c9875e 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -247,10 +247,6 @@ bundle("main_bundle") { deps = [ ":deno_runtime_declaration", ":msg_ts", - ":write_gn_args", - ] - data = [ - "$target_gen_dir/gn_args.txt", ] } @@ -260,10 +256,6 @@ bundle("compiler_bundle") { deps = [ ":deno_runtime_declaration", ":msg_ts", - ":write_gn_args", - ] - data = [ - "$target_gen_dir/gn_args.txt", ] } |