Update build_args.gni
This commit is contained in:
parent
400575271c
commit
4432e3bc3b
@ -3,19 +3,17 @@ declare_args() {
|
|||||||
_is_debug_build = ""
|
_is_debug_build = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
_is_debug_build = getenv("TARGET_ISDEBUG")
|
|
||||||
|
|
||||||
not_needed(["_target_build", "_is_debug_build"])
|
not_needed(["_target_build", "_is_debug_build"])
|
||||||
|
|
||||||
if(getenv("TARGET_CPU") != "") {
|
if(getenv("TARGET_CPU") != "") {
|
||||||
target_cpu = getenv("TARGET_CPU")
|
target_cpu = getenv("TARGET_CPU")
|
||||||
}
|
}
|
||||||
# print("Target " + target_cpu)
|
|
||||||
|
|
||||||
if (target_os == "android") {
|
if (target_os == "android") {
|
||||||
enable_kythe_annotations = true
|
enable_kythe_annotations = true
|
||||||
chrome_public_manifest_package = "org.bromite.bromite.dev"
|
chrome_public_manifest_package = "org.bromite.bromite.dev"
|
||||||
|
|
||||||
|
_is_debug_build = getenv("TARGET_ISDEBUG")
|
||||||
if(_is_debug_build == "true") {
|
if(_is_debug_build == "true") {
|
||||||
# print("Debug build on")
|
# print("Debug build on")
|
||||||
is_debug = true
|
is_debug = true
|
||||||
@ -35,6 +33,7 @@ if (target_os == "android") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (target_os == "win") {
|
if (target_os == "win") {
|
||||||
|
target_cpu = "x64"
|
||||||
symbol_level = 0
|
symbol_level = 0
|
||||||
use_large_pdbs = true
|
use_large_pdbs = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user