Index: components/html_viewer/BUILD.gn |
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn |
index ce79df8f9690a49634440cdd69f47b4d8061d653..974ac6aa96d17a8290f69fbbbd695c271dacf026 100644 |
--- a/components/html_viewer/BUILD.gn |
+++ b/components/html_viewer/BUILD.gn |
@@ -244,8 +244,8 @@ mojo_native_application("html_viewer") { |
if (v8_use_external_startup_data) { |
resources += [ |
- "$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 += [ "//gin" ] |
} |
@@ -281,8 +281,8 @@ mojo_native_application("layout_test_html_viewer") { |
if (v8_use_external_startup_data) { |
resources += [ |
- "$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 += [ "//gin" ] |
} |
@@ -302,8 +302,8 @@ if (is_android) { |
sources = [ |
"$root_build_dir/html_viewer.pak", |
"$root_build_dir/icudtl.dat", |
- "$root_build_dir/natives_blob.bin", |
- "$root_build_dir/snapshot_blob.bin", |
+ "$root_out_dir/natives_blob.bin", |
+ "$root_out_dir/snapshot_blob.bin", |
] |
} |