| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index cfbd7f59612ca41f032a8d76c2766a9e7a2e85c8..1248b802fe97cf2bfbb464c3846d6c80ffe9cc93 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -2595,6 +2595,9 @@ test("browser_tests") {
|
| "../browser/profiles/profile_statistics_browsertest.cc",
|
| ]
|
| }
|
| + if (is_mac || is_win || is_chromeos) {
|
| + sources += [ "../browser/extensions/api/networking_cast/networking_cast_apitest.cc" ]
|
| + }
|
| if (enable_app_list) {
|
| sources += [
|
| "../browser/apps/drive/drive_app_converter_browsertest.cc",
|
|
|