Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index d6b6ec22aefc5822dee01958cd214e66c40eb025..bfeac0b01f24c58a29045f99facb424dea223353 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -280,7 +280,7 @@ if (v8_use_external_startup_data) { |
] |
outputs = [ |
- "$root_gen_dir/natives_blob.bin" |
+ "$root_out_dir/natives_blob.bin" |
] |
script = "tools/concatenate-files.py" |
@@ -333,10 +333,10 @@ action("run_mksnapshot") { |
} |
if (v8_use_external_startup_data) { |
- outputs += [ "$root_gen_dir/snapshot_blob.bin" ] |
+ outputs += [ "$root_out_dir/snapshot_blob.bin" ] |
args += [ |
"--startup_blob", |
- rebase_path("$root_gen_dir/snapshot_blob.bin", root_build_dir) |
+ rebase_path("$root_out_dir/snapshot_blob.bin", root_build_dir) |
] |
} |
} |