| Index: components/nacl/BUILD.gn
|
| diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
|
| index 078a8769c228bc7b0db0018c0b7b346b9db57837..2d2fed05de815dad80f8d06ebce1c602f5fd3d2d 100644
|
| --- a/components/nacl/BUILD.gn
|
| +++ b/components/nacl/BUILD.gn
|
| @@ -152,6 +152,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",
|
|
|