diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 20:46:58 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 20:46:58 +0000 |
commit | f579bde9e6c4ae66e79300163a60be8bdffcd311 (patch) | |
tree | 813d60126e614141b3b98418e8473df0ff160f15 /chrome/chrome_common.gypi | |
parent | 0e6210ba415c1f5c50df0457dc363e0b1e73d582 (diff) | |
download | chromium_src-f579bde9e6c4ae66e79300163a60be8bdffcd311.zip chromium_src-f579bde9e6c4ae66e79300163a60be8bdffcd311.tar.gz chromium_src-f579bde9e6c4ae66e79300163a60be8bdffcd311.tar.bz2 |
Revert 70629 - 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
TBR=dmaclach@chromium.org
Review URL: http://codereview.chromium.org/6029014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 7eed4a6..a7cd981 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -112,11 +112,6 @@ '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', |