Index: sandbox/linux/BUILD.gn |
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
index b5cfcdb948086e30aea6db2f49443a2c1bcaed11..120b4b7de9c2c1ed9a2e55f64862acd6234f9c43 100644 |
--- a/sandbox/linux/BUILD.gn |
+++ b/sandbox/linux/BUILD.gn |
@@ -114,6 +114,7 @@ test("sandbox_linux_unittests") { |
if (compile_credentials) { |
sources += [ |
"services/credentials_unittest.cc", |
+ "services/namespace_utils_unittest.cc", |
"services/proc_util_unittest.cc", |
"services/unix_domain_socket_unittest.cc", |
] |
@@ -254,6 +255,8 @@ component("sandbox_services") { |
sources += [ |
"services/credentials.cc", |
"services/credentials.h", |
+ "services/namespace_utils.cc", |
+ "services/namespace_utils.h", |
"services/proc_util.cc", |
"services/proc_util.h", |
] |