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

Unified Diff: content/content_browser.gypi

Issue 1532423003: Have each SandboxedProcessLauncherDelegate maintain a zygote. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanups per review., Created 4 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 2fc81d25b0386a9685aea81cb580aa7a8cb19c32..cd3074975127c8740a5a00f04fc4ef1430d0059d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -300,6 +300,7 @@
'public/browser/worker_service.h',
'public/browser/worker_service_observer.h',
'public/browser/zoom_level_delegate.h',
+ 'public/browser/zygote_handle_linux.h',
'public/browser/zygote_host_linux.h',
],
'private_browser_sources': [
@@ -1566,6 +1567,9 @@
'browser/webui/web_ui_impl.cc',
'browser/webui/web_ui_impl.h',
'browser/webui/web_ui_message_handler.cc',
+ 'browser/zygote_host/zygote_communication_linux.h',
+ 'browser/zygote_host/zygote_communication_linux.cc',
+ 'browser/zygote_host/zygote_handle_linux.cc',
'browser/zygote_host/zygote_host_impl_linux.cc',
'browser/zygote_host/zygote_host_impl_linux.h',
'zygote/zygote_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698