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