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

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

Issue 2936333002: WebUI: Replace vulcanize with polymer-bundler (Closed)
Patch Set: update polymer bundler Created 3 years, 5 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
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
index b0e66aaa26e2bcf1ee784bf7309ef49bb0e20e30..923b8e8ef0aeac8f46190afdcafe1df9e602d76d 100644
--- a/chrome/browser/resources/md_downloads/BUILD.gn
+++ b/chrome/browser/resources/md_downloads/BUILD.gn
@@ -5,11 +5,11 @@ vulcanized_unbuilt = "vulcanized.unbuilt.html"
vulcanize("vulcanize") {
deps = []
host = "downloads"
- html_in_file = "downloads.html"
- html_out_file = vulcanized_unbuilt
+ html_in_files = [ "downloads.html" ]
+ html_out_files = [ vulcanized_unbuilt ]
input = rebase_path(".", root_build_dir)
insert_in_head = "<base href=chrome://downloads>"
- js_out_file = "crisper.js"
+ js_out_files = [ "crisper.js" ]
}
polymer_css_build("build") {

Powered by Google App Engine
This is Rietveld 408576698