summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/tools/sync_tools.gyp
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/browser/sync/tools/sync_tools.gyp
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/browser/sync/tools/sync_tools.gyp')
-rw-r--r--chrome/browser/sync/tools/sync_tools.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/sync/tools/sync_tools.gyp b/chrome/browser/sync/tools/sync_tools.gyp
index 6759248..33111f5 100644
--- a/chrome/browser/sync/tools/sync_tools.gyp
+++ b/chrome/browser/sync/tools/sync_tools.gyp
@@ -13,6 +13,11 @@
'type': 'executable',
'sources': [
'sync_listen_notifications.cc',
+ # We are directly including the sync_constants.cc and h files to avoid
+ # pulling in browser.lib.
+ # TODO(akalin): Fix this.
+ '<(DEPTH)/chrome/browser/sync/sync_constants.cc',
+ '<(DEPTH)/chrome/browser/sync/sync_constants.h',
],
'dependencies': [
'<(DEPTH)/base/base.gyp:base',