mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
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" ]
|
|
}
|