| 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" ] | |
| } |