Sign in
chromium
/
chromium
/
src
/
d64c6711ac
/
.
/
chrome
/
browser
/
resources
/
md_bookmarks
/
BUILD.gn
blob: d1d84aac51f39e6de9f342494487a090088bbc61 [
file
] [
log
] [
blame
]
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
=
[]
}