| Index: sky/viewer/BUILD.gn
|
| diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
|
| index cf27e7cf0d2b5c0f62c33b01bf7dd48cb8ff1a36..1ae535574fd6dfe3699562a23fffb94cce2c25bc 100644
|
| --- a/sky/viewer/BUILD.gn
|
| +++ b/sky/viewer/BUILD.gn
|
| @@ -72,7 +72,7 @@ shared_library("viewer") {
|
| "//ui/native_theme",
|
| "//url",
|
| ":bindings",
|
| - ":html_modules",
|
| + ":sky_modules",
|
| ]
|
| }
|
|
|
| @@ -84,12 +84,12 @@ mojom("bindings") {
|
| ]
|
| }
|
|
|
| -copy("html_modules") {
|
| +copy("sky_modules") {
|
| sources = [
|
| - "script/core.html",
|
| - "script/support.html",
|
| + "script/core.sky",
|
| + "script/support.sky",
|
| ]
|
| outputs = [
|
| - "$root_gen_dir/mojo/public/html/{{source_file_part}}",
|
| + "$root_gen_dir/mojo/public/sky/{{source_file_part}}",
|
| ]
|
| }
|
|
|