Chromium Code Reviews| 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), |
|
Yang
2016/04/05 12:37:13
In src/snapshot/mksnapshot.cc, at the very start o
Stefano Sanfilippo
2016/04/05 14:06:09
Done.
|
| "--startup_src", |
| rebase_path("$target_gen_dir/snapshot.cc", root_build_dir), |
| ] |