| Index: base/base.gyp
|
| ===================================================================
|
| --- base/base.gyp (revision 17632)
|
| +++ base/base.gyp (working copy)
|
| @@ -418,6 +418,9 @@
|
| # so use idle_timer_none.cc instead.
|
| 'idle_timer.cc',
|
| ],
|
| + 'sources': [
|
| + 'zygote_manager.cc',
|
| + ],
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| '../build/linux/system.gyp:nss',
|
| @@ -679,6 +682,9 @@
|
| ],
|
| '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
|
|
|