| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index d0dd9f3bc171a01965e72e351a8f096020decae3..8e909cf1c1b592addf9420111067d14559315555 100755
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -559,6 +559,7 @@
|
| 'common/pref_member.h',
|
| 'common/pref_service.cc',
|
| 'common/pref_service.h',
|
| + 'common/process_watcher_mac.cc',
|
| 'common/process_watcher_posix.cc',
|
| 'common/process_watcher_win.cc',
|
| 'common/process_watcher.h',
|
| @@ -649,6 +650,11 @@
|
| '../build/linux/system.gyp:selinux',
|
| ],
|
| }],
|
| + ['OS=="mac"', {
|
| + 'sources!': [
|
| + 'common/process_watcher_posix.cc',
|
| + ],
|
| + }],
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
| 'third_party/wtl/include',
|
|
|