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

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: Respond to comments, fix broken test 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 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",
]
« 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