blob: f741fce8c0bf027f0930969427e3efb5afe8493c [file] [log] [blame]
import("../optimize_webui.gni")
optimize_webui("build") {
deps = []
host = "downloads"
html_in_files = [ "downloads.html" ]
html_out_files = [ "vulcanized.html" ]
input = rebase_path(".", root_build_dir)
insert_in_head = "<base href=chrome://downloads>"
js_out_files = [ "crisper.js" ]
}