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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 90243002: Extract CreateInitProcessReaper() from the Zygote. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor style issue. Created 7 years, 1 month 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
Index: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index a370dae5a61a2f83f6bd1376201116139c1fcde0..abbf32ef1e1c1699d1c598db3c2e3245e22f35c4 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -172,6 +172,8 @@
'sources': [
'services/broker_process.cc',
'services/broker_process.h',
+ 'services/init_process_reaper.cc',
+ 'services/init_process_reaper.h',
],
'dependencies': [
'../base/base.gyp:base',
@@ -234,6 +236,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ 'sandbox_services',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698