| import("//build/config/sanitizers/sanitizers.gni") | |
| if (!is_android) { | |
| include_js_tests = !(is_asan || is_msan || is_tsan || is_cfi) | |
| # Tests using js2gtest don't work in cross builds, https://crbug.com/1010561 | |
| include_js2gtest_tests = include_js_tests && !(is_win && host_os != "win") | |
| } |