2 Star 0 Fork 0

chromium_develop/chromium_tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.gn 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 3年前 . chromium origin init
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/python.gni")
# Used by Android's binary size trybot's "gn analyze" step in order to trigger
# builds when changes are made to these scripts.
python_library("binary_size_trybot_py") {
pydeps_file = "supersize.pydeps"
data = [
"diagnose_bloat.py",
"trybot_commit_size_checker.py",
"//build/android/resource_sizes.py",
]
}
python_library("sizes_py") {
testonly = true
pydeps_file = "sizes.pydeps"
data_deps = [ "//third_party/catapult/tracing:convert_chart_json" ]
}
if (is_linux) {
group("caspian_all") {
testonly = true
deps = [
"//tools/binary_size/libsupersize/caspian:caspian_cli",
"//tools/binary_size/libsupersize/caspian:caspian_unittests",
]
}
}
# is_wasm is defined in BUILDCONFIG.gn only when wasmbuild.patch is applied.
if (defined(is_wasm)) {
group("caspian_web") {
deps = [ "//tools/binary_size/libsupersize/caspian:caspian_web(//build/toolchain/wasm:wasm)" ]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chromium_develop/chromium_tools.git
git@gitee.com:chromium_develop/chromium_tools.git
chromium_develop
chromium_tools
chromium_tools
master

搜索帮助