| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 94e0d9f2199fb61f8451a9232c92a39fb842124f..4fd3e8552bf168b7cd5d09ce395ac267ba41238a 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -102,8 +102,10 @@
|
| deps += [ "//third_party/icu:icudata" ]
|
| }
|
| 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" ]
|
| }
|
| }
|
|
|