| Index: components/nacl/BUILD.gn
|
| diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
|
| index 204676b3aee54458db720347aa40f08bddb7d342..1078fdb0b2dd897ffce5a94d9c4aa0066ef57e0b 100644
|
| --- a/components/nacl/BUILD.gn
|
| +++ b/components/nacl/BUILD.gn
|
| @@ -151,6 +151,15 @@ if (enable_nacl) {
|
| ]
|
| }
|
|
|
| + # TODO(GYP): Delete this after we've converted everything to GN.
|
| + # The _run targets exist only for compatibility w/ GYP.
|
| + group("nacl_loader_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":nacl_loader_unittests",
|
| + ]
|
| + }
|
| +
|
| test("nacl_loader_unittests") {
|
| sources = [
|
| "loader/nacl_ipc_adapter_unittest.cc",
|
|
|