summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-06 19:15:00 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-06 19:15:00 +0000
commite66f3488103178253b6621a1e30ab48c0dace93b (patch)
treeb4663dcead4091c7f0135f65a0ccce9d93163bbe /chrome/chrome_common.gypi
parent5cc9eeb8555cce33bf9f098b207fc9b082a6f408 (diff)
downloadchromium_src-e66f3488103178253b6621a1e30ab48c0dace93b.zip
chromium_src-e66f3488103178253b6621a1e30ab48c0dace93b.tar.gz
chromium_src-e66f3488103178253b6621a1e30ab48c0dace93b.tar.bz2
Add multi-process notification class.
This is a platform abstraction for a notification that can be sent between processes. Currently only implemented on Mac. Windows and Linux will be done in a future CL. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5970015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index a7cd981..7eed4a6 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -112,6 +112,11 @@
'common/multi_process_lock_linux.cc',
'common/multi_process_lock_mac.cc',
'common/multi_process_lock_win.cc',
+ 'common/multi_process_notification.h',
+ 'common/multi_process_notification.cc',
+ 'common/multi_process_notification_linux.cc',
+ 'common/multi_process_notification_mac.mm',
+ 'common/multi_process_notification_win.cc',
'common/nacl_cmd_line.cc',
'common/nacl_cmd_line.h',
'common/nacl_messages.cc',