| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index c63bf0d35f627857728a10a02a37e0c0be066222..0e2865f91280378072db6ca6eb02897fa1bfba98 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -331,8 +331,8 @@ copy_ex("chrome_shell_assets") {
|
| }
|
| if (v8_use_external_startup_data) {
|
| sources += [
|
| - "$root_gen_dir/natives_blob.bin",
|
| - "$root_gen_dir/snapshot_blob.bin",
|
| + "$root_build_dir/natives_blob.bin",
|
| + "$root_build_dir/snapshot_blob.bin",
|
| ]
|
| }
|
| }
|
|
|