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

Unified Diff: chrome/chrome.gyp

Issue 496007: Make ProcessWatcher use kqueues on Mac. (Closed)
Patch Set: No need for a thread Created 11 years 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 | « chrome/browser/child_process_launcher.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/browser/child_process_launcher.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698