| Index: BUILD.gn
 | 
| diff --git a/BUILD.gn b/BUILD.gn
 | 
| index 1a2dce924dcad2b04e6aee9ec29ddf64db5fb0a5..a6bded622440e6a0a14e31a6f4a4db98d8922644 100644
 | 
| --- a/BUILD.gn
 | 
| +++ b/BUILD.gn
 | 
| @@ -509,9 +509,6 @@ action("run_mksnapshot") {
 | 
|      "./" + rebase_path(get_label_info(":mksnapshot($snapshot_toolchain)",
 | 
|                                        "root_out_dir") + "/mksnapshot",
 | 
|                         root_build_dir),
 | 
| -    "--log-snapshot-positions",
 | 
| -    "--logfile",
 | 
| -    rebase_path("$target_gen_dir/snapshot.log", root_build_dir),
 | 
|      "--startup_src",
 | 
|      rebase_path("$target_gen_dir/snapshot.cc", root_build_dir),
 | 
|    ]
 | 
| 
 |