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

Unified Diff: content/content_browser.gypi

Issue 10388013: Move the Linux zygote stuff into its own per-process directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/zygote_commands_linux.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 36ab74e8180288a545f265ba03f235d8f03987a2..50598ee35e5aa200c0a3366d1961da68fa3f6163 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -715,7 +715,6 @@
'browser/worker_host/worker_service_impl.h',
'browser/zygote_host_impl_linux.cc',
'browser/zygote_host_impl_linux.h',
- 'browser/zygote_main_linux.cc',
# TODO: These should be moved to test_support (see below), but
# are currently used by production code in automation_provider.cc.
'test/net/url_request_failed_job.cc',
@@ -726,6 +725,7 @@
'test/net/url_request_slow_download_job.h',
'test/net/url_request_slow_http_job.cc',
'test/net/url_request_slow_http_job.h',
+ 'zygote/zygote_main_linux.cc',
'<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
'<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
'<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
« no previous file with comments | « content/common/zygote_commands_linux.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698