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

Unified Diff: sandbox/linux/BUILD.gn

Issue 919203002: Linux Sandbox: add resource limits to NaCl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct typo. Created 5 years, 10 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 | « content/common/sandbox_linux/sandbox_linux.cc ('k') | 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 92add58e622f1c0ebe84dfbb93e00a990b18ffca..8b18a3a5f80ee0c06fab1354f5040e2b28994a5c 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -67,6 +67,7 @@ source_set("sandbox_linux_test_utils") {
test("sandbox_linux_unittests") {
sources = [
"services/proc_util_unittest.cc",
+ "services/resource_limits_unittests.cc",
"services/scoped_process_unittest.cc",
"services/syscall_wrappers_unittest.cc",
"services/thread_helpers_unittests.cc",
@@ -234,6 +235,8 @@ component("sandbox_services") {
"services/init_process_reaper.h",
"services/proc_util.cc",
"services/proc_util.h",
+ "services/resource_limits.cc",
+ "services/resource_limits.h",
"services/scoped_process.cc",
"services/scoped_process.h",
"services/syscall_wrappers.cc",
« no previous file with comments | « content/common/sandbox_linux/sandbox_linux.cc ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698