Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Unified Diff: sandbox/linux/BUILD.gn

Issue 881733002: Add namespace sandbox class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Last round of comments. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index 120b4b7de9c2c1ed9a2e55f64862acd6234f9c43..96df5fd69b286adaa3d944a294828f42208c65ac 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_sandbox_unittest.cc",
"services/namespace_utils_unittest.cc",
"services/proc_util_unittest.cc",
"services/unix_domain_socket_unittest.cc",
@@ -255,6 +256,8 @@ component("sandbox_services") {
sources += [
"services/credentials.cc",
"services/credentials.h",
+ "services/namespace_sandbox.cc",
+ "services/namespace_sandbox.h",
"services/namespace_utils.cc",
"services/namespace_utils.h",
"services/proc_util.cc",
« no previous file with comments | « no previous file | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698