blob: b852bd4378375679428c9287a5f810c4cd3ddc71 [file] [log] [blame]
import("../vulcanize.gni")
vulcanize("vulcanize") {
deps = []
host = "downloads"
html_in_file = "downloads.html"
html_out_file = "vulcanized.html"
input = rebase_path(".", root_build_dir)
insert_in_head = "<base href=chrome://downloads>"
js_out_file = "crisper.js"
}