naiveproxy/chrome/browser/resources/md_downloads/BUILD.gn

12 lines
303 B
Plaintext
Raw Permalink Normal View History

2018-01-28 21:32:06 +03:00
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" ]
}