| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 786686fb177dd68b238a03e05b0d681fb79aaf48..5b72bb33e4cd47be61ac0ae7b08991caa1eac5ce 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1389,8 +1389,11 @@ test("browser_tests") {
|
| "../browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc",
|
| ]
|
| }
|
| - if (is_android || is_ios || is_chromeos) {
|
| - sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
|
| + if (is_mac || is_win || (is_linux && !is_chromeos)) {
|
| + sources += rebase_path(
|
| + chrome_tests_gypi_values.chrome_browser_tests_non_mobile_non_cros_sources,
|
| + ".",
|
| + "//chrome")
|
| }
|
| if (enable_app_list) {
|
| sources += rebase_path(
|
|
|