mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
|
import("../optimize_webui.gni")
|
||
|
|
||
|
optimize_webui("build") {
|
||
|
host = "bookmarks"
|
||
|
html_in_files = [ "bookmarks.html" ]
|
||
|
html_out_files = [ "vulcanized.html" ]
|
||
|
|
||
|
input = rebase_path(".", root_build_dir)
|
||
|
js_out_files = [ "crisper.js" ]
|
||
|
|
||
|
deps = []
|
||
|
}
|