| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 0d2c65484e55e8c25ee8050cde19b9f26a5f6095..f87d309b37cafe584e11cb5be12baf2940bf596a 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -317,6 +317,12 @@ copy_ex("chrome_shell_assets") {
|
| "$root_build_dir/icudtl.dat"
|
| ]
|
| }
|
| + if (v8_use_external_startup_data) {
|
| + sources += [
|
| + "$root_gen_dir/natives_blob.bin",
|
| + "$root_gen_dir/snapshot_blob.bin",
|
| + ]
|
| + }
|
| }
|
|
|
| chrome_shell_manifest = "$target_gen_dir/chrome_shell_manifest/AndroidManifest.xml"
|
|
|