Index: chrome/android/BUILD.gn |
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
index 1229c4065d603aee7f96deb6580599429e5f0f39..7480244e344c2ea7cc2161a4785292f3dce9f9ec 100644 |
--- a/chrome/android/BUILD.gn |
+++ b/chrome/android/BUILD.gn |
@@ -357,8 +357,10 @@ |
] |
if (v8_use_external_startup_data) { |
- renaming_sources = v8_external_startup_data_renaming_sources |
- renaming_destinations = v8_external_startup_data_renaming_destinations |
+ sources += [ |
+ "$root_out_dir/natives_blob.bin", |
+ "$root_out_dir/snapshot_blob.bin", |
+ ] |
deps += [ "//v8" ] |
} |