Chromium Code Reviews| Index: mojo/nacl/BUILD.gn |
| diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn |
| index 44e3b3e3d6ef7393b06f205882d49cbd8bce2ecd..e6a4146bfe0b3f69a8f86c1c5ad10b64a45a2769 100644 |
| --- a/mojo/nacl/BUILD.gn |
| +++ b/mojo/nacl/BUILD.gn |
| @@ -33,6 +33,13 @@ if (!is_nacl) { |
| } |
| } |
| +group("monacl_shell_nonsfi_x86") { |
|
Mark Seaborn
2015/09/08 23:57:43
Should this be added as a dependency of group("moj
Sean Klein
2015/09/09 17:37:07
I think it should be a dependency of "mojo_nacl_te
|
| + testonly = true |
| + deps = [ |
| + ":monacl_shell_nonsfi(//build/toolchain/linux:clang_x86)", |
|
Mark Seaborn
2015/09/08 23:57:43
Since this is Linux-specific, it seems like the ta
Sean Klein
2015/09/09 17:37:07
Added a conditional on "is_linux".
Comment added.
|
| + ] |
| +} |
| + |
| # Untrusted code |
| if (is_nacl) { |
| # Unit test for the Mojo public API. |