| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 786686fb177dd68b238a03e05b0d681fb79aaf48..06b2e9f3e9c91cea31aa41f50f07881c057e9cf5 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1391,6 +1391,11 @@ test("browser_tests") {
|
| }
|
| if (is_android || is_ios || is_chromeos) {
|
| sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
|
| + } else {
|
| + sources += rebase_path(
|
| + chrome_tests_gypi_values.chrome_browser_tests_non_mobile_non_cros_sources,
|
| + ".",
|
| + "//chrome")
|
| }
|
| if (enable_app_list) {
|
| sources += rebase_path(
|
|
|