summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorkerrnel <kerrnel@chromium.org>2016-01-20 13:11:32 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 21:12:37 +0000
commit3c1e16b490255119b6f70f94d1716645e897b185 (patch)
treeaeba7152bbdb97e03b5d6365ec654728bceb9d36 /content/content_common.gypi
parent03af3e520814e764eba70ce6512f0a0f98e3e18e (diff)
downloadchromium_src-3c1e16b490255119b6f70f94d1716645e897b185.zip
chromium_src-3c1e16b490255119b6f70f94d1716645e897b185.tar.gz
chromium_src-3c1e16b490255119b6f70f94d1716645e897b185.tar.bz2
Have each SandboxedProcessLauncherDelegate maintain a zygote.
To improve component updates of PPAPI plugins, Chrome needs multiple zygotes. This will allow the PPAPI zygote to be recreated when a plugin is updated. This CL allows Chrome to maintain a zygote for each process type by having each SandboxedProcessLauncherDelegate maintain a class which can communicate with its respective zygote. This CL will be followed up with work to allow customization of zygotes, which will give Chrome the improve component update experience. BUG=569191 Review URL: https://codereview.chromium.org/1532423003 Cr-Commit-Position: refs/heads/master@{#370488}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 66edae2..1c686bf 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -161,6 +161,7 @@
'public/common/webplugininfo.h',
'public/common/window_container_type.cc',
'public/common/window_container_type.h',
+ 'public/common/zygote_handle.h',
'public/common/zygote_fork_delegate_linux.h',
],
'private_common_sources': [