summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index d0dd9f3..8e909cf 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',