diff options
Diffstat (limited to 'chrome/android/BUILD.gn')
-rw-r--r-- | chrome/android/BUILD.gn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn index 7480244..1229c40 100644 --- a/chrome/android/BUILD.gn +++ b/chrome/android/BUILD.gn @@ -357,10 +357,8 @@ copy_ex("chrome_public_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" ] } |