| Index: components/nacl/BUILD.gn
|
| diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
|
| index 8c63c512157f4f52b3e1b210ce11ea2aeb521bc7..5074e3cb88992e3059c09f77d547238fe96c310d 100644
|
| --- a/components/nacl/BUILD.gn
|
| +++ b/components/nacl/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| +import("//testing/test.gni")
|
|
|
| if (enable_nacl) {
|
| source_set("nacl") {
|
| @@ -126,8 +127,7 @@ if (enable_nacl) {
|
| ]
|
| }
|
|
|
| - executable("nacl_loader_unittests") {
|
| - testonly = true
|
| + test("nacl_loader_unittests") {
|
| sources = [
|
| "loader/run_all_unittests.cc",
|
| ]
|
|
|