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

Unified Diff: chrome/browser/resources/md_downloads/BUILD.gn

Issue 2569293002: WebUI: Vulcanize MD Downloads at compile time using GN. (Closed)
Patch Set: Nit. Created 3 years, 11 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_downloads/crisper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/BUILD.gn
diff --git a/chrome/browser/resources/md_downloads/BUILD.gn b/chrome/browser/resources/md_downloads/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..1dc2cabc98c67837cdcb83b77a6e8917715e9bb1
--- /dev/null
+++ b/chrome/browser/resources/md_downloads/BUILD.gn
@@ -0,0 +1,12 @@
+import("../vulcanize.gni")
+
+vulcanize("vulcanize") {
+ host = "downloads"
+ html_in_file = "downloads.html"
+ html_out_file = "vulcanized.html"
+
+ input_type = "FOLDER"
+ input = rebase_path(".", root_build_dir)
+ js_out_file = "crisper.js"
+ deps = []
+}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_downloads/crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698