Index: mojo/public/sky/BUILD.gn |
diff --git a/mojo/public/html/BUILD.gn b/mojo/public/sky/BUILD.gn |
similarity index 82% |
rename from mojo/public/html/BUILD.gn |
rename to mojo/public/sky/BUILD.gn |
index a580437579b72481de82da707f359bc37d47eaf8..23b149218f625757450c6d9770b8f5500f3c47d8 100644 |
--- a/mojo/public/html/BUILD.gn |
+++ b/mojo/public/sky/BUILD.gn |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-action_foreach("html") { |
- script = "convert_amd_modules_to_html.py" |
+action_foreach("sky") { |
+ script = "convert_amd_modules_to_sky.py" |
sources = [ |
"//mojo/public/js/bindings/buffer.js", |
"//mojo/public/js/bindings/codec.js", |
@@ -14,12 +14,12 @@ action_foreach("html") { |
"//mojo/public/js/bindings/validator.js", |
] |
outputs = [ |
- "$target_gen_dir/{{source_name_part}}.html", |
+ "$target_gen_dir/{{source_name_part}}.sky", |
] |
args = [ |
"--input", |
"{{source}}", |
"--output", |
- rebase_path(target_gen_dir, root_build_dir) + "/{{source_name_part}}.html" |
+ rebase_path(target_gen_dir, root_build_dir) + "/{{source_name_part}}.sky" |
] |
} |