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

Unified Diff: sandbox/linux/BUILD.gn

Issue 849893004: Move a couple of utility functions to a new namespace_utils class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DISALLOW_IMPLICIT_CONSTRUCTORS. 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') | sandbox/linux/services/namespace_utils.cc » ('J')
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 af3a95063997a2d9962978df5a17b444725c1eb0..c9396bdb7b0f2a57ad4f9cb3c9226857b5278619 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -113,6 +113,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",
]
@@ -252,6 +253,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",
]
« no previous file with comments | « no previous file | sandbox/linux/sandbox_linux.gypi » ('j') | sandbox/linux/services/namespace_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698