Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 1f3ccb12ffc79512293c2674bbc4af95a1818b7e..144a67c832a655b51d410906f6c617615f50b496 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -2203,10 +2203,8 @@ if (is_android) { |
dest = "$root_out_dir/unit_tests_apk/assets" |
if (v8_use_external_startup_data) { |
- sources = [ |
- "$root_out_dir/natives_blob.bin", |
- "$root_out_dir/snapshot_blob.bin", |
- ] |
+ renaming_sources = v8_external_startup_data_renaming_sources |
+ renaming_destinations = v8_external_startup_data_renaming_destinations |
deps = [ |
"//v8", |
] |