| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index 16c58fb8acf90c74e81fcc6302cf4310064c0c76..8aea19b8ea1c3fbd5e286bf565b73f8c9b4dfe0f 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -75,12 +75,6 @@ group("tests") {
|
| deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ]
|
| }
|
|
|
| - # 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 += [ "//mojo/edk/js:tests" ]
|
| - }
|
| -
|
| if (mojo_use_prebuilt_network_service) {
|
| deps += [ "//mojo/public/tools:copy_network_service_apptests" ]
|
| }
|
|
|