1 Star 0 Fork 0

靠山王Dlin/hex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hex.gypi 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Lu Yuan 提交于 2014-02-28 14:54 . Upload v1.1.6_1612
# Copyright (c) 2013 NetEase Youdao Inc. and other heX contributors.
# Portions Copyright (c) 2008-2013 Marshall A.Greenblatt. Use of this
# source code is governed by a BSD-style license that can be found in the
# LICENSE file.
{
'variables': {
#'proprietary_codecs': 1,
'conditions': [
# Directory for CEF source files.
[ 'OS=="win"', {
'hex_directory' : '<!(echo %HEX_DIRECTORY%)',
# Keep the build output in the heX directory.
'build_dir_prefix': '..\\<!(echo %HEX_DIRECTORY%)\\<!(echo %BUILD_POSTFIX%)\\',
# Use SKIA text rendering for transparency support.
'enable_skia_text': 1,
# Disable tcmalloc's debugallocation to avoid crashing during startup.
'disable_debugallocation': 1,
}, { # OS!="win"
'hex_directory' : '<!(echo $HEX_DIRECTORY)',
}],
[ 'OS=="mac"', {
# Don't use the chrome style plugin with CEF.
'clang_use_chrome_plugins': 0,
}],
]
}, 'conditions': [
['os_posix==1 and OS!="mac" and OS!="android"', {
'target_defaults': {
'cflags_cc': ['-Wno-deprecated-declarations'],
},
}]
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kswDlin/hex.git
git@gitee.com:kswDlin/hex.git
kswDlin
hex
hex
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385