diff options
author | sanjeevr@google.com <sanjeevr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 23:19:39 +0000 |
---|---|---|
committer | sanjeevr@google.com <sanjeevr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 23:19:39 +0000 |
commit | 03995ee7eaa59b47a64a9380e81724a7cec85597 (patch) | |
tree | 48c690cca0840a4458baceeb477c9dddf92be374 /chrome/chrome.gyp | |
parent | 11e01e6bcf5165c93d1c2d50cb5c80159cecf2e5 (diff) | |
download | chromium_src-03995ee7eaa59b47a64a9380e81724a7cec85597.zip chromium_src-03995ee7eaa59b47a64a9380e81724a7cec85597.tar.gz chromium_src-03995ee7eaa59b47a64a9380e81724a7cec85597.tar.bz2 |
Changes made to TalkMediator so that its functionality is generic (non sync-specific) and can be used by other services needing XMPP notifications. This is in preparatoion of moving these set of classes to common.
BUG=None
TEST=Test Bookmarks sync. The sync unit-tests have been modified accordingly.
Review URL: http://codereview.chromium.org/1650009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 9f23d90..2074b13 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -810,6 +810,7 @@ 'browser/sync/notifier/listener/mediator_thread_mock.h', 'browser/sync/notifier/listener/notification_constants.cc', 'browser/sync/notifier/listener/notification_constants.h', + 'browser/sync/notifier/listener/notification_defines.h', 'browser/sync/notifier/listener/send_update_task.cc', 'browser/sync/notifier/listener/send_update_task.h', 'browser/sync/notifier/base/sigslotrepeater.h', |