1 Star 0 Fork 25

谢益君/chromium_third_party_ohos_nweb_hap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenxin128 提交于 2024-01-04 15:10 . 修改目录
import("//build/config/ohos/config.gni")
import("//ohos/build/hap/hap.gni")
import("//ui/base/ui_features.gni")
assert(enable_ohos_nweb_hap)
ohos_hap("ohos_nweb_hap") {
output = "$root_out_dir/ohos_nweb.hap"
entry_libs = [
"libnweb_render.so",
"libweb_engine.so",
]
entry_raw_resources = [
"chrome_100_percent.pak",
"icudtl.dat",
"locales/zh-CN.pak",
"locales/en-US.pak",
"resources.pak",
"snapshot_blob.bin",
]
if (enable_hidpi) {
entry_raw_resources += [ "chrome_200_percent.pak" ]
}
deps = [
"//cef:libweb_engine",
"//ohos_nweb:libnweb_render",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xieyijun3/chromium_third_party_ohos_nweb_hap.git
git@gitee.com:xieyijun3/chromium_third_party_ohos_nweb_hap.git
xieyijun3
chromium_third_party_ohos_nweb_hap
chromium_third_party_ohos_nweb_hap
master

搜索帮助