Chromium Code Reviews| Index: sandbox/linux/BUILD.gn |
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
| index 361a22d954354c2f90f467191b000d27f572f564..1107e0cf10b3564b83ff97d815806745429b2a14 100644 |
| --- a/sandbox/linux/BUILD.gn |
| +++ b/sandbox/linux/BUILD.gn |
| @@ -86,6 +86,8 @@ test("sandbox_linux_unittests") { |
| "//testing/gtest", |
| ] |
| + libs = [ "rt" ] |
| + |
| if (compile_suid_client) { |
| sources += [ |
| "suid/client/setuid_sandbox_client_unittest.cc", |