| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index fcf8a1f4e374727cc737d576d556c9221fa305ec..16733148c8d5320cefaf67d29dcb5bb91eaba462 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -346,8 +346,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",
|
| + "$root_out_dir/natives_blob.bin",
|
| + "$root_out_dir/snapshot_blob.bin",
|
| ]
|
| deps += [ "//v8" ]
|
| }
|
|
|