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_tests.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_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 9e78410..415ab2f5 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1646,7 +1646,6 @@ 'common/json_value_serializer_unittest.cc', 'common/mru_cache_unittest.cc', 'common/multi_process_lock_unittest.cc', - 'common/multi_process_notification_unittest.cc', 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 'common/net/gaia/gaia_auth_fetcher_unittest.h', 'common/net/gaia/gaia_authenticator_unittest.cc', |