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

Unified Diff: sky/viewer/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 | « sky/tests/services/network.sky ('k') | sky/viewer/script/core.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}}",
]
}
« no previous file with comments | « sky/tests/services/network.sky ('k') | sky/viewer/script/core.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698