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 |