| Index: services/BUILD.gn
|
| diff --git a/services/BUILD.gn b/services/BUILD.gn
|
| index 482e1d8093d989c3205cd5fa192d2b08f3cfbf6b..a0a9cbc075f05f5b6e7ea9489ae01af3185e7988 100644
|
| --- a/services/BUILD.gn
|
| +++ b/services/BUILD.gn
|
| @@ -95,10 +95,7 @@ group("tests") {
|
| # TODO(jamesr): We only support building V8 snapshot data on a linux host since it
|
| # needs a 32 bit toolchain and we don't have one configured for mac hosts.
|
| if (host_os == "linux") {
|
| - deps += [
|
| - "//services/js:js_apptests",
|
| - "//services/js:js_services_unittests",
|
| - ]
|
| + deps += [ "//services/js:tests" ]
|
| }
|
|
|
| if (is_android || is_linux) {
|
|
|