mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
add more test build args and fix bracket
This commit is contained in:
parent
4e7fbbe02a
commit
99b3d6a86a
5 changed files with 8 additions and 6 deletions
4
.gclient
4
.gclient
|
@ -8,5 +8,5 @@ solutions = [
|
|||
},
|
||||
]
|
||||
|
||||
target_os = [ 'linux', 'win', 'android' ]
|
||||
target_cpu = [ 'x64', 'x86', 'arm64', 'arm' ]
|
||||
target_os = [ "linux", "win", "android", "chromeos" ]
|
||||
target_cpu = [ "x64", "x86", "arm64", "arm" ]
|
||||
|
|
1
arm/third_party/libvpx/BUILD.gn
vendored
1
arm/third_party/libvpx/BUILD.gn
vendored
|
@ -712,3 +712,4 @@ test("test_libvpx") {
|
|||
|
||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||
}
|
||||
|
|
|
@ -26,6 +26,7 @@ enable_webui_tab_strip = true
|
|||
is_clang = true
|
||||
treat_warnings_as_errors = false
|
||||
# llvm_force_head_revision = true
|
||||
# win_enable_cfg_guards = true
|
||||
use_lld = true
|
||||
v8_symbol_level = 2
|
||||
v8_enable_fast_torque = true
|
||||
|
@ -33,7 +34,7 @@ v8_enable_fast_torque = true
|
|||
# v8_enable_maglev = true
|
||||
# v8_enable_turbofan = true
|
||||
v8_enable_wasm_simd256_revec = true
|
||||
use_v8_context_snapshot = true
|
||||
# use_v8_context_snapshot = true
|
||||
blink_symbol_level = 2
|
||||
enable_precompiled_headers = false
|
||||
media_use_ffmpeg = true
|
||||
|
|
|
@ -29,7 +29,7 @@ v8_enable_fast_torque = true
|
|||
# v8_enable_maglev = true
|
||||
# v8_enable_turbofan = true
|
||||
v8_enable_wasm_simd256_revec = true
|
||||
use_v8_context_snapshot = true
|
||||
# use_v8_context_snapshot = true
|
||||
blink_symbol_level = 0
|
||||
enable_precompiled_headers = false
|
||||
media_use_ffmpeg = true
|
||||
|
|
|
@ -22,7 +22,7 @@ enable_webui_tab_strip = true
|
|||
is_clang = true
|
||||
treat_warnings_as_errors = false
|
||||
# llvm_force_head_revision = true
|
||||
win_enable_cfg_guards = true
|
||||
# win_enable_cfg_guards = true
|
||||
use_lld = true
|
||||
v8_symbol_level = 0
|
||||
v8_enable_fast_torque = true
|
||||
|
@ -30,7 +30,7 @@ v8_enable_fast_torque = true
|
|||
# v8_enable_maglev = true
|
||||
# v8_enable_turbofan = true
|
||||
v8_enable_wasm_simd256_revec = true
|
||||
use_v8_context_snapshot = true
|
||||
# use_v8_context_snapshot = true
|
||||
blink_symbol_level = 1
|
||||
enable_precompiled_headers = false
|
||||
media_use_ffmpeg = true
|
||||
|
|
Loading…
Reference in a new issue