Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: mojo/public/sky/BUILD.gn

Issue 697723003: Switch "html" Mojo modules to the Sky module system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/html/convert_amd_modules_to_html.py ('k') | mojo/public/sky/convert_amd_modules_to_sky.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
]
}
« no previous file with comments | « mojo/public/html/convert_amd_modules_to_html.py ('k') | mojo/public/sky/convert_amd_modules_to_sky.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698