| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 5adb30cc7e573be2dfbf135957de1d2f05abb344..8e2f041eb6392ebb997b5b1260fb3948bf329d64 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -362,10 +362,8 @@ copy_ex("chrome_public_apk_assets") {
|
| ]
|
|
|
| if (v8_use_external_startup_data) {
|
| - sources += [
|
| - "$root_build_dir/natives_blob.bin",
|
| - "$root_build_dir/snapshot_blob.bin",
|
| - ]
|
| + renaming_sources = v8_external_startup_data_renaming_sources
|
| + renaming_destinations = v8_external_startup_data_renaming_destinations
|
| deps += [ "//v8" ]
|
| }
|
|
|
|
|