| Index: components/html_viewer/BUILD.gn
|
| diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
|
| index cb7098559efca643336d095c7cf0558c671d6f3c..cad0a8a9a3a05b32cacfa76d25e29371e0ea91bd 100644
|
| --- a/components/html_viewer/BUILD.gn
|
| +++ b/components/html_viewer/BUILD.gn
|
| @@ -303,9 +303,9 @@ if (is_android) {
|
| sources = [
|
| "$root_build_dir/html_viewer.pak",
|
| "$root_build_dir/icudtl.dat",
|
| - "$root_out_dir/natives_blob.bin",
|
| - "$root_out_dir/snapshot_blob.bin",
|
| ]
|
| + renaming_sources = v8_external_startup_data_renaming_sources
|
| + renaming_destinations = v8_external_startup_data_renaming_destinations
|
| }
|
|
|
| generate_mojo_shell_assets_list("build_unittest_assets") {
|
|
|