summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 19:52:35 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 19:52:35 +0000
commit50c5beddbb7839e02367542a58b7d43132f392f7 (patch)
tree5a0d11c695052adeaf4d55dc73c977f540d0b84c /chrome/chrome_browser.gypi
parentf21cf2cfe34186333a591ee0788072889c2eaa3e (diff)
downloadchromium_src-50c5beddbb7839e02367542a58b7d43132f392f7.zip
chromium_src-50c5beddbb7839e02367542a58b7d43132f392f7.tar.gz
chromium_src-50c5beddbb7839e02367542a58b7d43132f392f7.tar.bz2
More refactoring of TalkMediator and related classes to make them generic. There is only one functional change in this changelist. This is the removal of the mediator_thread_->SendNotification call from TalkMediatorImpl::OnSubscriptionSuccess. Please review this part extra carefully.
BUG=None TEST=Test Bookmarks Sync, sync unit-tests have been modified. Review URL: http://codereview.chromium.org/1790004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2f7fdba..8e636d3 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2052,6 +2052,8 @@
'browser/sync/profile_sync_factory.h',
'browser/sync/profile_sync_factory_impl.cc',
'browser/sync/profile_sync_factory_impl.h',
+ 'browser/sync/sync_constants.cc',
+ 'browser/sync/sync_constants.h',
'browser/sync/sync_setup_flow.cc',
'browser/sync/sync_setup_flow.h',
'browser/sync/sync_setup_wizard.cc',