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

Unified Diff: base/base.gyp

Issue 119335: Linux: refactor zygote support (Closed)
Patch Set: ... Created 11 years, 6 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 | « no previous file | base/command_line.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index b26c68ea1c74abd07cc502193ec2a7e1e5dc2dac..8305d44f9f6306249e070891521b87e0bf467697 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -133,6 +133,8 @@
'fix_wp64.h',
'float_util.h',
'foundation_utils_mac.h',
+ 'global_descriptors_posix.h',
+ 'global_descriptors_posix.cc',
'hash_tables.h',
'histogram.cc',
'histogram.h',
@@ -323,6 +325,7 @@
'tracked_objects.cc',
'tracked_objects.h',
'tuple.h',
+ 'unix_domain_socket_posix.cc',
'values.cc',
'values.h',
'version.cc',
@@ -417,9 +420,6 @@
# so use idle_timer_none.cc instead.
'idle_timer.cc',
],
- 'sources': [
- 'zygote_manager.cc',
- ],
'dependencies': [
'../build/util/build_util.gyp:lastchange',
'../build/linux/system.gyp:gtk',
@@ -684,9 +684,6 @@
],
'conditions': [
['OS == "linux"', {
- 'sources': [
- 'zygote_manager_unittest.cc',
- ],
'sources!': [
'file_version_info_unittest.cc',
# Linux has an implementation of idle_timer, but it's unclear
« no previous file with comments | « no previous file | base/command_line.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698