| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 9acd3e78c8b42c33ef3aee07152911be7dfad518..8a97595df10fcfbffcb57b32dfbe73553c2ebff9 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -102,8 +102,8 @@ copy_ex("copy_content_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",
|
| ]
|
| }
|
| }
|
|
|