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

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

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
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/interfaces/bindings/tests/validation_test_interfaces.mojom ('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