Index: gin/BUILD.gn |
diff --git a/gin/BUILD.gn b/gin/BUILD.gn |
index 7d94abf660c75a8d05be224fa36478fee157e794..0b270c5894aa24aa21c286282d74b3adc8941d1f 100644 |
--- a/gin/BUILD.gn |
+++ b/gin/BUILD.gn |
@@ -97,8 +97,8 @@ if (v8_use_external_startup_data) { |
action("gin_v8_snapshot_fingerprint") { |
script = "//gin/fingerprint/fingerprint_v8_snapshot.py" |
- snapshot_file = "$root_build_dir/snapshot_blob.bin" |
- natives_file = "$root_build_dir/natives_blob.bin" |
+ snapshot_file = "$root_out_dir/snapshot_blob.bin" |
+ natives_file = "$root_out_dir/natives_blob.bin" |
output_file = "$target_gen_dir/v8_snapshot_fingerprint.cc" |
args = [ |