13 lines
282 B
Plaintext
Raw Normal View History

2018-08-11 05:35:24 +00:00
import("../../optimize_webui.gni")
optimize_webui("build") {
host = "internet_detail_dialog"
html_in_files = [ "internet_detail_dialog.html" ]
html_out_files = [ "vulcanized.html" ]
input = rebase_path(".", root_build_dir)
js_out_files = [ "crisper.js" ]
deps = []
}