| # Copyright 2023 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//build/config/compiler/compiler.gni") |
| |
| # For some platforms we do not include any test at all. |
| # - Fuchsia: No Crashpad support at all. |
| # - Windows: Crash reporting is disabled for the browser_tests. |
| # - ChromeOS: When enabling Crashpad via command line parameter for the |
| # browser_test, startup of the browser fails. This is probably due |
| # to a failing lookup of the database folder in |
| # |PlatformCrashpadInitialization|. |
| enable_allocation_trace_recorder_integration_tests = |
| !(is_fuchsia || is_win || is_chromeos) |